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,tls: pass a valid socket on the tlsClientError event #44021

Merged
merged 1 commit into from
Aug 1, 2022

Commits on Jul 31, 2022

  1. net,tls: pass a valid socket on tlsClientError

    On the 'tlsClientError' event, the `tlsSocket` instance is passed as
    `closed` status. Thus, users can't get information such as `remote
    address`, `remoteFamily`, and so on.
    
    This adds a flag to close a socket after emitting an `error` event.
    
    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    daeyeon committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    425b67c View commit details
    Browse the repository at this point in the history