Uh oh!
There was an error while loading. Please reload this page.
stream: don't flush destroyed writable - #29028
Hidden character warning
Conversation
3b3305a to
481e6d1CompareUh oh!
There was an error while loading. Please reload this page.
481e6d1 to
44d3d57Comparejasnell
commented
Aug 7, 2019
Hmm.. I'm thinking this is more bug fix than breaking change. What do you think @mcollina? |
mcollina
left a comment
There was a problem hiding this comment.
This will need a unit test.
I'm happy to land this as a bug fix as long as it does not break anything on CITGM.
mafintosh
commented
Aug 7, 2019
def bugfix |
nodejs-github-bot
commented
Aug 7, 2019
44d3d57 to
7332cb5Compareronag
commented
Aug 7, 2019
test added and fixed |
7332cb5 to
0906aa6CompareUh oh!
There was an error while loading. Please reload this page.
f0ea5f3 to
372588aCompare
mcollina
left a comment
There was a problem hiding this comment.
I would still consider this a bugfix, but we should:
- verify that CITGM passes
- let it bake for LTS (10.x) for some time before backporting.
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Aug 7, 2019
mcollina
commented
Aug 7, 2019
372588a to
e1542b7Compare@mcollina: Sorry, found further issues.
|
addaleax
left a comment
There was a problem hiding this comment.
I wouldn’t mind being careful and labelling this semver-major.
Uh oh!
There was an error while loading. Please reload this page.
e1542b7 to
d7e8b4cCompareOk, I think everything |
It doesn't make much sense (and is a bit weird) to flush a stream which has been destroyed.
I need help creating a relevant test for this.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesNOTE TO SELF: Look into needFinish & stream destroyed.
errorOrDestroyadded in this PR should preferably be async.