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: fix duplexify premature destroy #45133

Closed
wants to merge 2 commits into from
Closed

Commits on Oct 23, 2022

  1. stream: fix duplexify premature destroy

    The duplexified Duplex should be autoDestroyed instead of
    prematurely destroyed when the readable and writable sides
    have finished without error.
    
    Fixes: nodejs#44925
    ronag committed Oct 23, 2022
    Copy the full SHA
    a80c013 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. fixup

    ronag committed Oct 25, 2022
    Copy the full SHA
    f695f1b View commit details
    Browse the repository at this point in the history