Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stream: make all streams error in a pipeline #30869

Closed
wants to merge 1 commit into from

Commits on Dec 12, 2019

  1. 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: nodejs#30861
    Fixes: nodejs#28194
    mcollina committed Dec 12, 2019
    Copy the full SHA
    a384141 View commit details
    Browse the repository at this point in the history