We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32d9e3 commit 597f875Copy full SHA for 597f875
doc/api/tls.markdown
@@ -764,6 +764,10 @@ of written data and all required TLS negotiation.
764
This instance implements a duplex [Stream][] interfaces. It has all the
765
common stream methods and events.
766
767
+Methods that return TLS connection meta data (e.g.
768
+[getPeerCertificate](#tlssocketgetpeercertificate-detailed-))
769
+will only return data while the connection is open.
770
+
771
### Event: 'secureConnect'
772
773
This event is emitted after a new connection has been successfully handshaked.
0 commit comments