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

Backports for release 6.0.4 #2819

Merged
merged 13 commits into from
Mar 4, 2020
Merged

Conversation

bdarnell
Copy link
Member

@bdarnell bdarnell commented Mar 2, 2020

Includes:

minrk and others added 8 commits March 2, 2020 13:52
fixes issue that a read may fail with StreamClosedError
if stream is closed mid-read
_start_read can resolve with _try_inline_read, which can succeed even if the stream has been closed
if the buffer has been populated by a prior read

preserve the fix for asserts being hit when dealing with closed sockets
The branch6.0 version of tornadoweb#2818
bdarnell added 4 commits March 2, 2020 17:50
This gets most of the tests working again on windows with py38.
This test started failing on windows CI with an upgrade to python
3.7.4 (which bundles a newer version of openssl). Disable tls 1.3 for
now.

Possibly related to tornadoweb#2536
@bdarnell bdarnell merged commit b4e39e5 into tornadoweb:branch6.0 Mar 4, 2020
@bdarnell bdarnell deleted the backport-604 branch March 4, 2020 02:11
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.

3 participants