FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

stream: don't emit 'finish' after 'error' by ronag · Pull Request #32275 · nodejs/node · GitHub

/ node Public

stream: don't emit 'finish' after 'error' - #32275

Closed
ronag wants to merge 2 commits into
nodejs:masterfrom
nxtedition:stream-error-finish
Closed

stream: don't emit 'finish' after 'error'#32275
ronag wants to merge 2 commits into
nodejs:masterfrom
nxtedition:stream-error-finish

Conversation

ronag commented Mar 14, 2020

Copy link
Copy Markdown
Member

An edge case could emit 'finish' after 'error'.

Refs: #28710

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

ronag added the stream Issues and PRs related to the stream subsystem. label Mar 14, 2020
ronag requested review from lpinca and mcollina March 14, 2020 23:51
ronag force-pushed the stream-error-finish branch 2 times, most recently from 7999e19 to 96e82ca Compare March 14, 2020 23:59
ronag force-pushed the stream-error-finish branch from 96e82ca to 48e7a2e Compare March 15, 2020 00:00

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Comment thread lib/_stream_writable.js Outdated
Co-Authored-By: James M Snell <jasnell@gmail.com>
ronag added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Mar 16, 2020

Copy link
Copy Markdown
Collaborator

ronag commented Mar 17, 2020

Copy link
Copy Markdown
Member Author

Landed in 9b20b5d

ronag closed this Mar 17, 2020
ronag added a commit that referenced this pull request Mar 17, 2020
PR-URL: #32275
Refs: #28710
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

Copy link
Copy Markdown
Contributor

@ronag this doesn't land cleanly on v13.x, should it be backported?

ronag added a commit to nxtedition/node that referenced this pull request Mar 19, 2020
PR-URL: nodejs#32275
Refs: nodejs#28710
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Backport-PR-URL: nodejs#32372
MylesBorins pushed a commit that referenced this pull request Mar 24, 2020
Backport-PR-URL: #32372
PR-URL: #32275
Refs: #28710
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Backport-PR-URL: #32372
MylesBorins mentioned this pull request Mar 24, 2020
MylesBorins pushed a commit that referenced this pull request Mar 24, 2020
Backport-PR-URL: #32372
PR-URL: #32275
Refs: #28710
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Backport-PR-URL: #32372
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

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. stream Issues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL