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: error state timing #30851

Closed
wants to merge 2 commits into from
Closed

Commits on Dec 8, 2019

  1. stream: error state cleanup

    Clean up end simplify errored state.
    
    - errorEmitted should be set in the same tick as 'error' is emitted.
    - errored should be set as soon as an error occurs.
    - errored should exist on Readable as well.
    - refactor destroy logic and make it easier to follow.
    ronag committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    20a2a29 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. fixup: typo

    ronag committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    fa344af View commit details
    Browse the repository at this point in the history