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 multiple Writable.destroy() calls. #38221

Closed
wants to merge 3 commits into from

Commits on Apr 12, 2021

  1. stream: fix multiple Writable.destroy() calls.

    Calling Writable.destroy() multiple times in the same tick
    could cause an assertion error.
    
    Fixes: nodejs#38189
    ronag committed Apr 12, 2021
    Copy the full SHA
    6ae4e4a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. fixup: linting

    ronag committed Apr 13, 2021
    Copy the full SHA
    9bc7703 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. fixup

    ronag committed Apr 14, 2021
    Copy the full SHA
    8fc0ef2 View commit details
    Browse the repository at this point in the history