aiohttp icon indicating copy to clipboard operation
aiohttp copied to clipboard

Asynchronous HTTP client/server framework for asyncio and Python

Results 568 aiohttp issues
Sort by recently updated
recently updated
newest added

### Describe the bug Hi there, it looks like StreamReader#readuntil function [here](https://github.com/aio-libs/aiohttp/blob/3.8/aiohttp/streams.py#L328) has an error. My original use case was to read CSV files directly from ClientResponse line-by-line when the...

bug

**This is a backport of PR #6539 as merged into master (6681a460d87973d1fb55e0b62c9f6deb61801e4c).** This corrects the $sbj test by re-adding the import instruction that was lost during copy-paste from other projects...

**This is a backport of PR #6539 as merged into master (6681a460d87973d1fb55e0b62c9f6deb61801e4c).** This corrects the $sbj test by re-adding the import instruction that was lost during copy-paste from other projects...

Bumps [towncrier](https://github.com/hawkowl/towncrier) from 21.3.0 to 21.9.0. Changelog Sourced from towncrier's changelog. towncrier 21.9.0 (2022-02-04) Features towncrier --version was added to the command line interface to show the product version. (#339...

dependencies

Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 6.5.0 to 6.5.1. Release notes Sourced from pip-tools's releases. 6.5.1 Bug Fixes: Ensure canonicalized requirement names are used as keys, to prevent unnecessary reinstallations during sync (#1572)....

dependencies

🐞 **Describe the bug** Websocket handler with enabled `autoping` option does not handle sudden client disconnection right. When client calls `receive()` method, handler internally creates task with `ping()` call. If...

bug

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.2 to 4.4.0. Release notes Sourced from sphinx's releases. v4.4.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html Changelog Sourced from sphinx's changelog. Release 4.4.0 (released Jan 17, 2022) Dependencies #10007: Use importlib_metadata...

dependencies

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.2 to 4.4.0. Release notes Sourced from sphinx's releases. v4.4.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html Changelog Sourced from sphinx's changelog. Release 4.4.0 (released Jan 17, 2022) Dependencies #10007: Use importlib_metadata...

dependencies

## What do these changes do? ## Are there changes in behavior for the user? ## Related issue number ## Checklist - [x] I think the code is well written...

## What do these changes do? Added a digest authentication helper. ## Are there changes in behavior for the user? None ## Related issue number Resolves #4939 ## Checklist -...