-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() #7130
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
Conversation
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.
looks good
hmm, windows tests are failing |
Yes, i'll be looking into win issues before merging. |
@asvetlov please take a look at the 0238da4 -- I think I fixed the windows issue |
Wow, nice. |
Thanks @1st1 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
…pythonGH-7130) In this commit: * Support BufferedProtocol in set_protocol() and start_tls() * Fix proactor to cancel readers reliably * Update tests to be compatible with OpenSSL 1.1.1 * Clarify BufferedProtocol docs * Bump TLS tests timeouts to 60 seconds; eliminate possible race from start_serving * Rewrite test_start_tls_server_1 (cherry picked from commit dbf1022) Co-authored-by: Yury Selivanov <yury@magic.io>
GH-7164 is a backport of this pull request to the 3.7 branch. |
…GH-7130) In this commit: * Support BufferedProtocol in set_protocol() and start_tls() * Fix proactor to cancel readers reliably * Update tests to be compatible with OpenSSL 1.1.1 * Clarify BufferedProtocol docs * Bump TLS tests timeouts to 60 seconds; eliminate possible race from start_serving * Rewrite test_start_tls_server_1 (cherry picked from commit dbf1022) Co-authored-by: Yury Selivanov <yury@magic.io>
https://bugs.python.org/issue33654