Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 365 Bytes

8672.bugfix.rst

File metadata and controls

3 lines (2 loc) · 365 Bytes

Fixed :py:class:`aiohttp.TCPConnector` doing blocking I/O in the event loop to create the SSLContext -- by :user:`bdraco`.

The blocking I/O would only happen once per verify mode. However, it could cause the event loop to block for a long time if the SSLContext creation is slow, which is more likely during startup when the disk cache is not yet present.