Skip to content

[3.7] bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) #7164

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

Merged
merged 1 commit into from
May 28, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 28, 2018

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

…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
Copy link
Contributor Author

@1st1: Backport status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit bc3a002 into python:3.7 May 28, 2018
@miss-islington
Copy link
Contributor Author

Thanks!

@miss-islington miss-islington deleted the backport-dbf1022-3.7 branch May 28, 2018 18:50
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.

4 participants