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

## What do these changes do? fix readexactly last chunk with eof and make the user decide to select between readexactly and read ## Are there changes in behavior for...

bot:chronographer:provided

## What do these changes do? Fixes https://github.com/aio-libs/aiohttp/issues/6757 ## Are there changes in behavior for the user? yeah, if someone overrides asyncSetUp/asyncTearDown in their tests it could cause confusion ##...

bot:chronographer:provided
backport-3.8
backport-3.9

**This is a backport of PR #6843 as merged into master (f90cb1952c272936845b93a8f424b32e703d545c).** ## What do these changes do? I modify the web.py file and add Union[str,pathlib.Path] for path ## Are...

bot:chronographer:provided

🐞 **Describe the bug** ``` [2020-11-22 21:24:53 +0800] [55277] [ERROR] Error handling request Traceback (most recent call last): File "/opt/rh/rh-python36/root/usr/lib64/python3.6/site-packages/aiohttp/web_protocol.py", line 314, in data_received messages, upgraded, tail = self._request_parser.feed_data(data) File...

bug
reproducer: missing

bot:chronographer:skip
backport-3.9

updates: - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](https://github.com/asottile/yesqa/compare/v1.3.0...v1.4.0) - [github.com/psf/black: 22.3.0 → 22.8.0](https://github.com/psf/black/compare/22.3.0...22.8.0) - [github.com/asottile/pyupgrade: v2.34.0 → v2.38.0](https://github.com/asottile/pyupgrade/compare/v2.34.0...v2.38.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.4)

## What do these changes do? Add in missing requirement, fix link that's different for no reason. These changes fix the missing requirement for frozenlist in the file, as well...

### Describe the bug Hello, in Fedora, we build all Python packages with pre-releases of Python 3.11. With Python 3.11.0b1, we see test failures of aiohttp 3.8.1, I can reproduce...

bug

### Describe the bug GCC (ver gcc (Debian 10.2.1-6) 10.2.1 20210110) gives a segfault in process of building wheel. ### To Reproduce pip install aiohttp ### Expected behavior Build the...

bug

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.6. Release notes Sourced from actions/cache's releases. v3.0.6 What's Changed Add example for clojure lein project dependencies by @​shivamarora1 in PR actions/cache#835 Update toolkit's cache...

dependencies