Uh oh!
There was an error while loading. Please reload this page.
stream: fix finished w/ 'close' before 'end' - #31545
Conversation
ronag
commented
Jan 28, 2020
Since there was problems with a similar PR before I would suggest a semver-major on this one. |
ronag
commented
Jan 29, 2020
CITGM failure on socket.io might be worth looking into. |
ronag
commented
Jan 29, 2020
rebased to fix conflict |
ronag
commented
Jan 29, 2020
Looked into socket.io and winston CITGM failures. Was not able to find anything strange on MacOS. |
nodejs-github-bot
commented
Jan 30, 2020
nodejs-github-bot
commented
Jan 31, 2020
a1d6950 to
88c260eCompareronag
commented
Jan 31, 2020
CITGM failures worth looking into:
I'm pretty much stuck on these. Unable to reproduce. |
ronag
commented
Jan 31, 2020
CI passes, not sure if author-ready label should be applied given CITGM status. Please remove if appropriate. |
Trott
commented
Feb 1, 2020
@nodejs/streams @nodejs/tsc This seems OK to me as a semver-major, but could use more reviews. CI and CITGM both look good. |
addaleax
commented
Feb 5, 2020
This needs a rebase, sorry |
ronag
commented
Feb 5, 2020
rebased |
nodejs-github-bot
commented
Feb 8, 2020
ronag
commented
Feb 9, 2020
@addaleax: rebased, approve? |
ronag
commented
Feb 24, 2020
rebased to fix conflicts |
nodejs-github-bot
commented
Feb 24, 2020
ronag
commented
Feb 28, 2020
rebased to fix conflicts |
07c6efd to
6a90b56CompareEmitting 'close' before 'end' on a Readable should result in a premature close error.
ronag
commented
Feb 29, 2020
This has 2 TSC approvals but I believe @Trott's approval is conditioned on further review from @nodejs/streams and/or @nodejs/tsc. |
Trott
commented
Feb 29, 2020
You can treat mine the same as any other approval. How about we wait another 72 hours in a last effort to get a few more eyes on this? @nodejs/collaborators |
nodejs-github-bot
commented
Mar 3, 2020
ronag
commented
Mar 3, 2020
Landed in 7cafd5f |
Emitting 'close' before 'end' on a Readable should result in a premature close error. PR-URL: #31545 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Emitting 'close' before 'end' on a Readable should result in a premature close error.
This is related to the one that caused trouble in #29699. Includes the fix proposed in #29724.
Related discussion: https://github.com/nodejs/node/pull/29724/files#r329128356
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes