bpo-29406: Prevent SSL socket leaking in asyncio by asvetlov · Pull Request #4402 · python/cpython
asvetlov
changed the title
Implement bpo-29406: Prevent SSL socket leaking in asyncio
bpo-29406: Prevent SSL socket leaking in asyncio
| def _on_shutdown_timeout(self): | ||
| if self._transport is not None: | ||
| self._fatal_error( | ||
| futures.TimeoutError(), 'Can not complete shitdown operation') |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thanks!
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