]> granicus.if.org Git - python/commit
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 10 Mar 2018 15:48:35 +0000 (17:48 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Mar 2018 15:48:35 +0000 (17:48 +0200)
commit5e80a71ab67045fecec46573a1892e240b569ace
treecad61013965a2d9aea439e12ddad2346fae279ea
parent496431ffb6c29719332bf2af773349e8dd85e45a
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)

* Skip write()/data_received() if sslpipe is destroyed
Lib/asyncio/sslproto.py
Lib/test/test_asyncio/test_sslproto.py
Misc/NEWS.d/next/Library/2018-03-09-23-07-07.bpo-33037.nAJ3at.rst [new file with mode: 0644]