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

net: deferred self.destroy calls in internalConnect(Multiple) to next… #51038

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 4, 2023

  1. net: deferred self.destroy calls in internalConnect(Multiple) to next…

    … tick
    
    self.destroy calls in the internalConnect adn internalConnectMultiple
    functions have a narrow case where they can throw before an error
    handler has been established. This change defers them to the next
    tick to allow time for the error handler to be set.
    
    Fixes: nodejs#48771
    timothyjrogers committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0d9f934 View commit details
    Browse the repository at this point in the history