bpo-30698: asyncio shutdown the ssl layer cleanly. by grzgrzgrz3 · Pull Request #2270 · python/cpython
Asyncio on shutdown do not send shutdown confirmation to the other side. _SSLPipe after doing unwrap is calling shutdown calback where transport is closed and quit ssldata wont be sent. Having this callback in _SSLPipe feels wrong and its removed. Removing callback from _SSLPipe.shutdown should not break any api.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters