bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() by 1st1 · Pull Request #7130 · python/cpython

@1st1

@1st1

asvetlov

@1st1

@1st1

@1st1 1st1 mentioned this pull request

May 28, 2018

@1st1

@1st1

@1st1 1st1 deleted the fixbuf branch

May 28, 2018 18:31

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>