We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec94c2 commit 5226d1eCopy full SHA for 5226d1e
doc/api/tls.markdown
@@ -735,6 +735,10 @@ of written data and all required TLS negotiation.
735
This instance implements a duplex [Stream][] interfaces. It has all the
736
common stream methods and events.
737
738
+Methods that return TLS connection meta data (e.g.
739
+[getPeerCertificate](#tlssocketgetpeercertificate-detailed-))
740
+will only return data while the connection is open.
741
+
742
### Event: 'secureConnect'
743
744
This event is emitted after a new connection has been successfully handshaked.
0 commit comments