]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
authorMartin Panter <vadmium+py@gmail.com>
Mon, 11 Jul 2016 00:17:13 +0000 (00:17 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Mon, 11 Jul 2016 00:17:13 +0000 (00:17 +0000)
commitbed7f1a51245e9c9ca63eeea779f387bfd5a05af
tree2cc339e532bc32b21ba1ec507857135c9eda2df3
parentc95300aceb6833bd68898cf97127bc18910d5406
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c