Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatteo Collina <hello@matteocollina.com>2019-12-09 22:44:12 +0300
committerMyles Borins <mylesborins@google.com>2019-12-18 02:17:21 +0300
commit663a6b4938c51b786e0c956c8788f073dc0aa992 (patch)
tree4d6d7aea1d433735dcd34b54f0ffae558b0e4530 /src
parentc43461ac5645d23f589f84e5cbd0dee55874a532 (diff)
stream: make all streams error in a pipeline
This changes makes all stream in a pipeline emit 'error' in case of an abnormal termination of the pipeline. If the last stream is currently being async iterated, this change will make the iteration reject accordingly. See: https://github.com/nodejs/node/pull/30861 Fixes: https://github.com/nodejs/node/issues/28194 PR-URL: https://github.com/nodejs/node/pull/30869 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions