]> granicus.if.org Git - python/commit
[3.6] bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) (GH...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 10 Mar 2018 17:09:07 +0000 (19:09 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Mar 2018 17:09:07 +0000 (19:09 +0200)
commit017e9fda922a143ac9f1601cbde05e80214852d2
treeb4c36ddbf7fc4cb4ef33083e9231f205dc5f8f64
parentde8567e38c44b1509f0b906aec54437256848f14
[3.6] bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) (GH-6058)

* Skip write()/data_received() if sslpipe is destroyed.
(cherry picked from commit 5e80a71ab67045fecec46573a1892e240b569ace)
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]