]> granicus.if.org Git - python/commit
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) (GH-6057)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 10 Mar 2018 16:27:01 +0000 (08:27 -0800)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 10 Mar 2018 16:27:01 +0000 (18:27 +0200)
commitbf0d1165174e8347b4d3a731c4e47e8288f1d01b
treed19a0f86a7fa49d12644e7a1a6276ba09d0dcc9e
parent89090789debb9d76892af566277cb71740808945
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) (GH-6057)

* Skip write()/data_received() if sslpipe is destroyed
(cherry picked from commit 5e80a71ab67045fecec46573a1892e240b569ace)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
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]