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: don't wait for close on legacy streams #33058

Closed
wants to merge 2 commits into from

Commits on Apr 25, 2020

  1. stream: don't wait for close on legacy streams

    Try to detect non standard streams and don't wait for
    'close' on these. In particular if we detected
    that destroyed is true before we expect it to be then
    fallback to compat behavior.
    
    Fixes: nodejs#33050
    ronag committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    23b724a View commit details
    Browse the repository at this point in the history
  2. fixup: test

    ronag committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    aef90e3 View commit details
    Browse the repository at this point in the history