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

More eargerly send RST_STREAM on redirects #638

Merged
merged 1 commit into from Nov 27, 2017

Conversation

annevk
Copy link
Member

@annevk annevk commented Nov 24, 2017

Checking if body is not done had a problem in that if body's stream is null it would end up not working as "done" tries to read internal slots from a body's stream.

This also makes the language around RST_STREAM frames consistent.

Fixes #635.


Preview | Diff

Checking if body is not done had a problem in that if body's stream is null it would end up not working as "done" tries to read internal slots from a body's stream.

This also makes the language around RST_STREAM frames consistent.

Fixes #635.
@annevk annevk merged commit fd28675 into master Nov 27, 2017
@annevk annevk deleted the annevk/body-stream-can-be-null branch November 27, 2017 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants