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

http2: shutdown write stream after final chunk #33933

Closed
wants to merge 2 commits into from

Conversation

clshortfuse
Copy link
Contributor

@clshortfuse clshortfuse commented Jun 17, 2020

fixes #33891

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the http2 Issues or PRs related to the http2 subsystem. label Jun 17, 2020
@clshortfuse
Copy link
Contributor Author

It's a little inelegant, but gets the ball rolling. We need to decide to how tackle the fact this will may issues on NodeJS HTTP2 listeners because of #31309

@mcollina
Copy link
Member

why did you close this?

@clshortfuse
Copy link
Contributor Author

@mcollina It was folded into the other PR, since it was impossible to write tests for it. Without fixing the server end, then it would just hang the server connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
http2 Issues or PRs related to the http2 subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

http2: empty DATA frame used instead of END_STREAM on last DATA frame
3 participants