-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-29406: asyncio SSL protocol leaks sockets after calling close with certain servers #2269
Conversation
@fafhrd91, thanks for your PR! By analyzing the history of the files in this pull request, we identified @1st1, @serhiy-storchaka and @misg to be potential reviewers. |
I fixed exceptions in tests suit which cause by previous PR seems some tests relies on specific behavior of |
Lib/asyncio/sslproto.py
Outdated
def _on_shutdown_timeout(self): | ||
if self._transport is not None: | ||
self._fatal_error( | ||
futures.TimeoutError(), 'Can not complete shitdown operation') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo shitdown
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
@asvetlov care to work on this one too? |
Please push changenote into |
Close to favor of #4402 |
No description provided.