You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hit with node v4 but it seems to be the case even with the latest node version. According to documentation for TLSSocket, when TLS handshake is done, the socket should emit secureConnect event:
addaleax
added
duplicate
Issues and PRs that are duplicates of other issues or PRs.
tls
Issues and PRs related to the tls subsystem.
labels
Jan 5, 2017
Hit with node v4 but it seems to be the case even with the latest node version. According to documentation for TLSSocket, when TLS handshake is done, the socket should emit secureConnect event:
https://nodejs.org/api/tls.html#tls_event_secureconnect
However instead of "secureConnect" is emitted "secure" event:
https://github.com/nodejs/node/blob/master/lib/_tls_wrap.js#L603
Either the documentation or the code needs to be fixed.
The text was updated successfully, but these errors were encountered: