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: prevent 'end' to be emitted after 'error' #20571

Closed
wants to merge 1 commit into from

Commits on May 7, 2018

  1. stream: prevent 'end' to be emitted after 'error'

    This reverts commit 8f6ab9f.
    
    This PR adds _readableState.errorEmitted and add the tracking of it.
    
    Fixes: nodejs#6083
    See: nodejs#20334
    See: nodejs#20449
    mcollina committed May 7, 2018
    Configuration menu
    Copy the full SHA
    e065b5b View commit details
    Browse the repository at this point in the history