]> 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:51:55 +0000 (20:51 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 Mar 2015 19:51:55 +0000 (20:51 +0100)
commit34c8d9830699c9695284862b879e28480596330d
tree75df04126a1ce6e84cb030e5434b95fd60957082
parentc620c11e629fb26fa8b554f5c11c66da6f3c2b26
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