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

Reduce TLS 'close' event listener warnings caused by autoSelectFamily #50136

Merged
merged 2 commits into from
Oct 18, 2023

Commits on Oct 11, 2023

  1. tls: reduce TLS 'close' event listener warnings

    Without this, some heavy usage of TLS sockets can result in
    MaxListenersExceededWarning firing, from the 'this.on('close', ...)'
    line here.
    
    These appear to come from reinitializeHandle, which calls _wrapHandle
    repeatedly on the same socket instance.
    pimterry committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    43c4a9e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    f531d15 View commit details
    Browse the repository at this point in the history