Uh oh!
There was an error while loading. Please reload this page.
http2: Fix error stream write followed by destroy - #35951
Merged
Conversation
nodejs-github-bot
commented
Nov 4, 2020
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){ |
nodejs-github-bot
commented
Nov 5, 2020
Collaborator
nodejs-github-bot
commented
Nov 5, 2020
Collaborator
Trott
approved these changes
Nov 5, 2020
nodejs-github-bot
commented
Nov 5, 2020
Collaborator
mcollina
commented
Nov 5, 2020
Member
There seems to be a problem on ARM :( |
davedoesdev
commented
Nov 5, 2020
ContributorAuthor
|
Collaborator
richardlau
commented
Nov 6, 2020
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>
Trott
commented
Nov 6, 2020
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 freeto 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: