{{ message }}
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls()#7130
Merged
1st1 merged 9 commits intoMay 28, 2018
Merged
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls()#71301st1 merged 9 commits into
1st1 merged 9 commits into
Conversation
asvetlov
approved these changes
May 26, 2018
asvetlov
left a comment
Contributor
There was a problem hiding this comment.
looks good
Sorry, something went wrong.
Contributor
|
hmm, windows tests are failing |
Sorry, something went wrong.
Member
Author
|
Yes, i'll be looking into win issues before merging. |
Sorry, something went wrong.
Member
Author
|
@asvetlov please take a look at the 0238da4 -- I think I fixed the windows issue |
Sorry, something went wrong.
Contributor
|
Wow, nice. |
Sorry, something went wrong.
Contributor
|
Thanks @1st1 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Sorry, something went wrong.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 28, 2018
…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>
miss-islington
added a commit
that referenced
this pull request
May 28, 2018
…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>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
https://bugs.python.org/issue33654