Skip to content

Conversation

@addaleax
Copy link
Member

Don’t start reading more input data if we’re still busy writing output.
This was overlooked in 8a4a193.

Fixes: #29353
Fixes: #29393

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

Don’t start reading more input data if we’re still busy writing output. This was overlooked in 8a4a193. Fixes: nodejs#29353Fixes: nodejs#29393
@addaleaxaddaleax added http2 Issues or PRs related to the http2 subsystem. lts-watch-v8.x labels Sep 1, 2019
@nodejs-github-botnodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Sep 1, 2019
@addaleaxaddaleax mentioned this pull request Sep 1, 2019
@addaleaxaddaleax added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. review wanted PRs that need reviews. labels Sep 3, 2019
@nodejs-github-bot
Copy link
Collaborator

@addaleax
Copy link
MemberAuthor

@nodejs/http2 Can I get another review?

@nodejs/lts Would we be interested in providing LTS releases earlier than scheduled for this? This solves a bug that was introduced in the HTTP/2 security releases and may keep people from adopting them.

Copy link
Member

@mcollinamcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nodejs-github-bot
Copy link
Collaborator

@addaleax
Copy link
MemberAuthor

Landed in 18cb437

@addaleaxaddaleax closed this Sep 4, 2019
addaleax added a commit that referenced this pull request Sep 4, 2019
Don’t start reading more input data if we’re still busy writing output. This was overlooked in 8a4a193. Fixes: #29353Fixes: #29393 PR-URL: #29399 Reviewed-By: David Carlier <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
@addaleaxaddaleax deleted the fix-http2-checkfail branch September 4, 2019 15:15
@addaleaxaddaleax mentioned this pull request Sep 19, 2019
addaleax added a commit to addaleax/node that referenced this pull request Sep 19, 2019
Don’t start reading more input data if we’re still busy writing output. This was overlooked in 8a4a193. Fixes: nodejs#29353Fixes: nodejs#29393 PR-URL: nodejs#29399 Reviewed-By: David Carlier <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
addaleax added a commit to addaleax/node that referenced this pull request Sep 19, 2019
Don’t start reading more input data if we’re still busy writing output. This was overlooked in 8a4a193. Fixes: nodejs#29353Fixes: nodejs#29393 PR-URL: nodejs#29399 Reviewed-By: David Carlier <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
targos pushed a commit that referenced this pull request Sep 20, 2019
Don’t start reading more input data if we’re still busy writing output. This was overlooked in 8a4a193. Fixes: #29353Fixes: #29393 PR-URL: #29399 Reviewed-By: David Carlier <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
@BridgeARBridgeAR mentioned this pull request Sep 24, 2019
BethGriggs pushed a commit that referenced this pull request Sep 25, 2019
Don’t start reading more input data if we’re still busy writing output. This was overlooked in 8a4a193. Fixes: #29353Fixes: #29393 PR-URL: #29399 Backport-PR-URL: #29618 Reviewed-By: David Carlier <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
BethGriggs pushed a commit that referenced this pull request Oct 1, 2019
Don’t start reading more input data if we’re still busy writing output. This was overlooked in 8a4a193. Fixes: #29353Fixes: #29393 PR-URL: #29399 Backport-PR-URL: #29619 Reviewed-By: David Carlier <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
@BethGriggsBethGriggs mentioned this pull request Oct 7, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.c++Issues and PRs that require attention from people who are familiar with C++.http2Issues or PRs related to the http2 subsystem.review wantedPRs that need reviews.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

http/2 process throws SIGABRT error when downloading big files using multiple streams Core dump crash

7 participants

@addaleax@nodejs-github-bot@mcollina@jasnell@cjihrig@devnexen@BethGriggs