[issue23804] SSLSocket.recv(0) receives up to 1024 bytes

Roundup Robot report at bugs.python.org
Sun Jul 10 21:38:10 EDT 2016


Roundup Robot added the comment:

New changeset 74856df7e55b by Martin Panter in branch '3.5':
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
https://hg.python.org/cpython/rev/74856df7e55b

New changeset 43d7e5fb3bc2 by Martin Panter in branch '2.7':
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
https://hg.python.org/cpython/rev/43d7e5fb3bc2

New changeset 4ef2404d343e by Martin Panter in branch 'default':
Issue #23804: Merge SSL recv() fix from 3.5
https://hg.python.org/cpython/rev/4ef2404d343e

----------

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


More information about the Python-bugs-list mailing list