mirror of https://github.com/nodejs/node.git
doc: add note on tls connection meta data methods
PR-URL: https://github.com/nodejs/node/pull/3746 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>pull/3746/merge
parent
52351430cf
commit
eff8c3e024
|
@ -764,6 +764,10 @@ of written data and all required TLS negotiation.
|
|||
This instance implements a duplex [Stream][] interfaces. It has all the
|
||||
common stream methods and events.
|
||||
|
||||
Methods that return TLS connection meta data (e.g.
|
||||
[getPeerCertificate](#tlssocketgetpeercertificate-detailed-))
|
||||
will only return data while the connection is open.
|
||||
|
||||
### Event: 'secureConnect'
|
||||
|
||||
This event is emitted after a new connection has been successfully handshaked.
|
||||
|
|
Loading…
Reference in New Issue