[issue23576] HTTPS reads can block when content length not available and timeout set.

Roundup Robot report at bugs.python.org
Wed Mar 4 21:19:03 CET 2015


Roundup Robot added the comment:

New changeset 01cf9ce75eda by Antoine Pitrou in branch '3.4':
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed.
https://hg.python.org/cpython/rev/01cf9ce75eda

New changeset fc0201ccbcd4 by Antoine Pitrou in branch 'default':
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed.
https://hg.python.org/cpython/rev/fc0201ccbcd4

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23576>
_______________________________________


More information about the Python-bugs-list mailing list