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
- Replace internal helper methods ``method_must_be_empty_body`` and ``status_code_must_be_empty_body`` with simple `set` lookups -- by :user:`bdraco`.
381
+
382
+
383
+
*Related issues and pull requests on GitHub:*
384
+
:issue:`9722`.
385
+
386
+
387
+
388
+
- Passing ``enable_cleanup_closed`` to :py:class:`aiohttp.TCPConnector` is now ignored on Python 3.12.7+ and 3.13.1+ since the underlying bug that caused asyncio to leak SSL connections has been fixed upstream -- by :user:`bdraco`.
389
+
390
+
391
+
*Related issues and pull requests on GitHub:*
392
+
:issue:`9726`, :issue:`9736`.
393
+
394
+
395
+
396
+
- Improved performance of :py:class:`aiohttp.BaseConnector` when there is no ``limit_per_host`` -- by :user:`bdraco`.
397
+
398
+
399
+
*Related issues and pull requests on GitHub:*
400
+
:issue:`9756`.
401
+
402
+
403
+
404
+
- Improved performance of sending HTTP requests when there is no body -- by :user:`bdraco`.
0 commit comments