Fixes for aio-libs/aiohttp
Verified fixes and incident notes extracted from GitHub Issues for aio-libs/aiohttp.
Repository
aio-libs / aiohttp
Updated: 2026-02-13
- Sending a file-like data payload prevents connection reuse
- BaseRequest.url passes the host and port to `URL.build` when the port is included in the host header (non-default port)
- Explore moving the connect ceil_timeout in the client inside the Connector connect
- Saved cookiejars with partitioned cookies are unable to be loaded in python <= 3.13