http2: Fix error stream write followed by destroy#35951
Merged
Trott merged 1 commit intonodejs:masterfrom Nov 6, 2020
davedoesdev:fix-http2-destroy-after-write
Merged
http2: Fix error stream write followed by destroy#35951Trott merged 1 commit intonodejs:masterfrom davedoesdev:fix-http2-destroy-after-write
Trott merged 1 commit intonodejs:masterfrom
davedoesdev:fix-http2-destroy-after-write
Conversation
Collaborator
|
Review requested:
|
crypt096
approved these changes
Nov 4, 2020
rickyes
approved these changes
Nov 5, 2020
Contributor
There was a problem hiding this comment.
Suggested change
| session.on('stream', function(stream) { | |
| session.on('stream', common.mustCall(function(stream) { |
Contributor
There was a problem hiding this comment.
Suggested change
| server.on('session', function(session) { | |
| server.on('session', common.mustCall(function(session) { |
Collaborator
Collaborator
Trott
approved these changes
Nov 5, 2020
Collaborator
Member
|
There seems to be a problem on ARM :( |
Contributor
Author
|
Collaborator
Member
Should have been fixed by nodejs/build#2475, I've resumed the last CI run. |
PR-URL: #35951 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ricky Zhou <0x19951125@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Member
|
Landed in 1fd7d8e |
danielleadams
pushed a commit
that referenced
this pull request
Nov 9, 2020
PR-URL: #35951 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ricky Zhou <0x19951125@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Merged
BethGriggs
pushed a commit
that referenced
this pull request
Dec 9, 2020
PR-URL: #35951 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ricky Zhou <0x19951125@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
BethGriggs
pushed a commit
that referenced
this pull request
Dec 10, 2020
PR-URL: #35951 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ricky Zhou <0x19951125@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Merged
BethGriggs
pushed a commit
that referenced
this pull request
Dec 15, 2020
PR-URL: #35951 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ricky Zhou <0x19951125@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesWithout the fix, the test fails with: