aiohttp
aiohttp copied to clipboard
Asynchronous HTTP client/server framework for asyncio and Python
### Describe the bug In file aiohttp/resolver.py I found that selecting of async resolver has beed disabled(commented). And that's the reason to use ThreadedResolver whether you have aiodns or not....
🐣 **Is your feature request related to a problem? Please describe.** When streaming data using HTTP Chunked Encoding there is no way to know if the connection was broken or...
## Long story short Cannot properly close ws connection from client side. Full description as code bellow ## Expected behaviour Good patter to close ws connection from the client side...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.5.0 to 2.8.1. Release notes Sourced from pypa/cibuildwheel's releases. v2.8.1 🐛 Fix a bug when building CPython 3.8 wheels on an Apple Silicon machine where testing would...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.7.0 to 2.8.1. Release notes Sourced from pypa/cibuildwheel's releases. v2.8.1 🐛 Fix a bug when building CPython 3.8 wheels on an Apple Silicon machine where testing would...
### Describe the bug We were trying to use gzip compression in requests between python applications, both using aiohttp (aiohttp.ClientSession on client side, somewhat modded aiohttp.web.Application on server side). Setting...
🐞 **Describe the bug** Aiohttp server redirects ( triggered through "raise HTTPFound(...)") fail sometimes, depending on the final webserver targeted by the redirect, when the URL includes a question mark...
## What do these changes do? Fix https://github.com/aio-libs/aiohttp/issues/5319 ## Are there changes in behavior for the user? No if their code was correct, i.e. if they didn't use buggy URLs...
Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.5 to 1.6. Commits f717b5e release v1.6.0 f66c1c3 Add permissions input (#40) See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with...
## What do these changes do? Fix work `readuntil()` with separator length more one character ## Are there changes in behavior for the user? No ## Related issue number Fixes...