aiohttp
aiohttp copied to clipboard
Asynchronous HTTP client/server framework for asyncio and Python
### Describe the bug Basically, looks like aiohttp does not wait for the read timeout before raising the exception, or it could be also that it raises the wrong exception....
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.2.0. Release notes Sourced from actions/setup-python's releases. Add check-latest input and bug fixes In scope of this release we add the check-latest input. If check-latest ...
### Describe the bug ConnectionAbortedError: SSL handshake is taking longer than 60.0 seconds: aborting the connection after increasing total timeout to 30 minutes from 10 minutes. I am creating client...
Bumps [pycares](https://github.com/saghul/pycares) from 4.1.2 to 4.2.0. Release notes Sourced from pycares's releases. 4.2.0 What's Changed dependency update to c-ares by @aviadhahami in saghul/pycares#170 New Contributors @aviadhahami made their first contribution...
## What do these changes do? This changes the behavior of already processed data. Instead of raising an exception when trying to access already processed data -- return the data....
Bumps [cython](https://github.com/cython/cython) from 0.29.27 to 0.29.32. Changelog Sourced from cython's changelog. 0.29.32 (2022-07-29) Bugs fixed Revert "Using memoryview typed arguments in inner functions is now rejected as unsupported." Patch by...
### Describe the bug URL analysis ### To Reproduce use oss-fuzz this is the crash [Uploading crash.zip…]() ### Expected behavior Denial of service ### Logs/tracebacks ```python-traceback ValueError: Invalid IPv6 URL...
🐞 **Describe the bug** A `ClientPayloadError`: `Response payload is not completed` exception is raised when reading the response of a GET request from the GitHub REST API (this should not...
Hi, I'm noticing errors `ClientPayloadError: Response payload is not completed` with some urls. You can request the same url multiple times and sometimes it fails. Might be related to https://github.com/aio-libs/aiohttp/issues/2954...
### Describe the bug When an exception is thrown during creation of the server app (for example the port is already in use), an exception error message is always printed....