Add support for ssl_handshake_timeout kwarg in create_connection()
Opened this issue · 0 comments
aaronst commented
As of version 3.7, asyncio.create_connection()
has a ssl_handshake_timeout
kwarg. This kwarg should be supported by aiosocks.create_connection()
and passed through.