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: always delay construct callback by a nextTick #46818

Merged
merged 3 commits into from
Feb 26, 2023

Commits on Feb 24, 2023

  1. stream: always delay construct callback by a nextTick

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    Fixes: nodejs#46765
    mcollina committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    e2fc14d View commit details
    Browse the repository at this point in the history
  2. fixup

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    e65f743 View commit details
    Browse the repository at this point in the history
  3. Update lib/internal/streams/destroy.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    mcollina and aduh95 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    fb1fba4 View commit details
    Browse the repository at this point in the history