aiohttp 2.3.2 release
Bugfix release
Changes
- Fix passing client max size on cloning request obj. (#2385)
- Fix ClientConnectorSSLError and ClientProxyConnectionError for proxy
connector. (#2408) - Drop generated
_http_parser
shared object from tarball distribution. (#2414) - Fix connector convert OSError to ClientConnectorError. (#2423)
- Fix connection attempts for multiple dns hosts. (#2424)
- Fix ValueError for AF_INET6 sockets if a preexisting INET6 socket to the
aiohttp.web.run_app
function. (#2431) _SessionRequestContextManager
closes the session properly now. (#2441)- Rename
from_env
totrust_env
in client reference. (#2451)