Bug fixes
-
Reverted explicitly closing sockets if an exception is raised during
create_connection
-- by :user:bdraco
.This change originally appeared in aiohttp 3.11.13
Related issues and pull requests on GitHub:
#10464, #10617, #10656.
Miscellaneous internal changes
-
Improved performance of WebSocket buffer handling -- by :user:
bdraco
.Related issues and pull requests on GitHub:
#10601. -
Improved performance of serializing headers -- by :user:
bdraco
.Related issues and pull requests on GitHub:
#10625.