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
Fixed :exc:`IndexError` in :func:`asyncio.create_connection` that could occur when the Happy Eyeballs algorithm resulted in an empty exceptions list during concurrent connection attempts, particularly in high-load environments with mixed IPv4/IPv6 connectivity.
1
+
Fixed :exc:`IndexError` in ``asyncio.create_connection()`` that could occur when the Happy Eyeballs algorithm resulted in an empty exceptions list during connection attempts.
0 commit comments