Uh oh!
There was an error while loading. Please reload this page.
http: don't emit error for stream destroyed - #33654
Closed
ronag wants to merge 3 commits into
Closed
Conversation
nodejs-github-bot
commented
May 31, 2020
Collaborator
ronag
commented
May 31, 2020
MemberAuthor
@nodejs/http @nodejs/web-server-frameworks |
nodejs-github-bot
commented
May 31, 2020
Collaborator
BridgeARforce-pushed
the
master
branch
2 times, most recently
from
May 31, 2020 12:18
8ae28ff to
2935f72Compareronagforce-pushed
the
outgoing-error-close
branch
2 times, most recently
from
May 31, 2020 19:14
b152c48 to
a21385eCompareronag
commented
May 31, 2020
MemberAuthor
unsure about the semversiness of this one. |
nodejs-github-bot
commented
May 31, 2020
Collaborator
jasnell
approved these changes
Jun 1, 2020
ronag
commented
Jun 1, 2020
Uh oh!
There was an error while loading. Please reload this page.
ronagforce-pushed
the
outgoing-error-close
branch
2 times, most recently
from
June 1, 2020 15:38
92d8ad6 to
73b6a74Comparemcollina
reviewed
Jun 1, 2020
Uh oh!
There was an error while loading. Please reload this page.
4 tasks
This was referenced Jun 4, 2020
BethGriggs
commented
Jun 9, 2020
Member
Should this land in the next v14.x release? |
mcollina
approved these changes
Jun 9, 2020
mcollina
left a comment
Member
There was a problem hiding this comment.
lgtm, crossing fingers we do not break anything.
ronag
commented
Jun 15, 2020
MemberAuthor
nodejs-github-bot
commented
Jun 15, 2020
Collaborator
This was referenced Jun 18, 2020
ronag
commented
Jun 20, 2020
MemberAuthor
This needs another CI run + CITGM |
Collaborator
ronag
commented
Jun 21, 2020
MemberAuthor
Landed in 30cc542 |
MylesBorins
commented
Jul 14, 2020
Contributor
This doesn't land cleanly on v14.x. @ronag would you be willing to backport? |
3 tasks
targos
commented
May 16, 2021
Member
Should this be backported with #32933 ? |
ronag
commented
May 16, 2021
MemberAuthor
Yes. I'm a little overloaded at the moment though. If you need help ping me again in a. week :). |
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.
Aligns with streams
Refs: #33591
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes