]> granicus.if.org Git - python/commit
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 Mar 2015 19:54:57 +0000 (20:54 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 Mar 2015 19:54:57 +0000 (20:54 +0100)
commit0bfd0a40486d1eac92572e7272d25e3e405b7aef
treed04df6c3a939b9d2a00869cf99098bc8f67213ee
parent9672da7bb44de9f71880f8daed14a4faff63c570
parentf7f3b0a14a63ca355097fa2ee546d20888e39faa
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed.
Misc/NEWS
Modules/_ssl.c