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 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....

bug

🐣 **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...

enhancement

## 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...

bug

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...

dependencies

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...

dependencies

### 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...

bug

🐞 **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...

bug
need pull request
server

## 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...

bot:chronographer:provided
backport-3.9

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tibdex/github-app-token&package-manager=github_actions&previous-version=1.5&new-version=1.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with...

dependencies

## 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...

bot:chronographer:provided