You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow concurrently close WebSocket connection #754
Gzipped responses with empty body raises ContentEncodingError #609
Return 504 if request handle raises TimeoutError.
Refactor how we use keep-alive and close lingering timeouts.
Close response connection if we can not consume whole http
message during client response release
Abort closed ssl client transports, broken servers can keep socket open un-limit time #1568
Log warning instead of RuntimeError is websocket connection is closed.
Deprecated: aiohttp.protocol.HttpPrefixParser
will be removed in 1.4 #1590
Deprecated: Servers response's .started, .start() and .can_start() method
will be removed in 1.4 #1591
Deprecated: Adding sub app via app.router.add_subapp() is deprecated
use app.add_subapp() instead, will be removed in 1.4 #1592
Deprecated: aiohttp.get(), aiohttp.options(), aiohttp.head(), aiohttp.post(),
aiohttp.put(), aiohttp.patch(), aiohttp.delete(), and aiohttp.ws_connect()
will be removed in 1.4 #1593
Deprecated: Application.finish() and Application.register_on_finish()
will be removed in 1.4 #1602