-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Support Happy Eyeballs from Python 3.8 #4451
Copy link
Copy link
Closed
Description
Starting from Python 3.8 asyncio supports https://tools.ietf.org/html/rfc6555
It allows working better in dual-host configurations.
It would be nice to support it by aiohttp if the feature is available by Python version.
Perhaps passing happy_eyeballs_delay and interleave to loop.create_connection() is enough.
A volunteer is welcome!
P.S.
Ooops, parameters are even not documented by asyncio docs, need to fix it.
Reactions are currently unavailable