[v13.x backport] stream: don't destroy final readable stream in pipeline by ronag · Pull Request #32111 · nodejs/node

@ronag ronag added the stream

Issues and PRs related to the stream subsystem.

label

Mar 5, 2020

@ronag ronag added the fast-track

PRs that do not need to wait for 72 hours to land.

label

Mar 5, 2020

@ronag

If the last stream in a pipeline is still usable/readable
don't destroy it to allow further composition.

Fixes: nodejs#32105
Backport-PR-URL: nodejs#32111

@ronag ronag added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Mar 5, 2020

szmarczak

mcollina

This was referenced

Mar 8, 2020

MylesBorins pushed a commit that referenced this pull request

Mar 9, 2020
If the last stream in a pipeline is still usable/readable
don't destroy it to allow further composition.

Fixes: #32105
Backport-PR-URL: #32111
PR-URL: #32110
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>