Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

fafhrd91
Copy link
Contributor

No description provided.

@mention-bot
Copy link

@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.

@fafhrd91
Copy link
Contributor Author

I fixed exceptions in tests suit which cause by previous PR

seems some tests relies on specific behavior of shutdown and _finalize functions

@fafhrd91
Copy link
Contributor Author

@1st1

def _on_shutdown_timeout(self):
if self._transport is not None:
self._fatal_error(
futures.TimeoutError(), 'Can not complete shitdown operation')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo shitdown

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@1st1
Copy link
Member

1st1 commented Oct 19, 2017

@asvetlov care to work on this one too?

@asvetlov asvetlov self-assigned this Oct 30, 2017
@asvetlov
Copy link
Contributor

Please push changenote into ./Misc/NEWS.d/next/Library

@asvetlov
Copy link
Contributor

Close to favor of #4402

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants