[issue33734] asyncio/ssl: Fix AttributeError, increase default handshake timeout

Hynek Schlawack report at bugs.python.org
Fri Jun 1 12:30:15 EDT 2018


Hynek Schlawack <hs at ox.cx> added the comment:

For some context: 10s seems to be more common than I liked to believe (seems like Go's http client uses it by default too).

Nevertheless I ran into the 10s after updating uvloop and stopped being able to connect to a server in India. Therefore I'd consider 10s at least a regression that should be fixed.

What was the effective timeout before? Depending on the old value, 60s could be excessive for clients and might lead to self-DoS on the client side…

P.S. I tried to reply on my phone and now I fully support Mariatta’s proposal of moving to GitHub issues.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33734>
_______________________________________


More information about the Python-bugs-list mailing list