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 [pip-audit ](https://pypi.org/project/pip-audit/) is flagging `aiohttp` as having a `Moderate` vulnerability, apparently due to https://github.com/aio-libs/aiohttp/issues/6772. Found 1 known vulnerability in 1 package Name Version ID Fix Versions...

bug

## What do these changes do? Bugfix to allow for file-like objects from Tarfile's file-like objects. Why is this not simply fixed in `tarfile` in CPython? See the two year...

bot:chronographer:provided

### Describe the bug I'm actually observing a bug in Rasa Open Source with a 2.5 second delay but I added debug statements in that code and was able to...

bug

### Describe the bug `post` and other HTTP verbs with a `data` attribute can accept files and file-like objects. `builtins.open()`, `zipfile.ZipFile.open()`, `io.BytesIO()` all transmit correctly, with the data loaded; however...

bug

Concurrent requests are getting hung. Here's a sample code that I am using to test concurrent requests. ``` import aiohttp import asyncio async def fetch(session, url): async with session.get(url) as...

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.1 to 1.3.3. Release notes Sourced from dependabot/fetch-metadata's releases. v1.3.3 What's Changed action.yaml: fix skip-commit-verification quoting by @​jsok in dependabot/fetch-metadata#232 New Contributors @​jsok made their first contribution...

dependencies

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.2 to 1.3.3. Release notes Sourced from dependabot/fetch-metadata's releases. v1.3.3 What's Changed action.yaml: fix skip-commit-verification quoting by @​jsok in dependabot/fetch-metadata#232 New Contributors @​jsok made their first contribution...

dependencies

### Describe the bug I am making an http request and against my will, aiohttp is trying to execute it is an https request but is failing because it doesn't...

bug

### Describe the bug ```python File "/usr/local/lib/python3.7/site-packages/aiohttp/streams.py", line 604, in read await self._waiter aiohttp.client_exceptions.ClientOSError: [Errno None] Can not write request body for ``` ### To Reproduce ```python from config import...

bug
client
reproducer: missing
needs-info

This fix addresses the issue where an AttributeError is raised when a proxy response is closed due to EOF. ## What do these changes do? Fix the issue #6239. ##...

bot:chronographer:provided
pr-unfinished