Skip to content
This repository was archived by the owner on Oct 16, 2021. It is now read-only.

Commit 026c079

Browse files
jasnelljBarz
authored andcommitted
doc: add CleartextStream deprecation notice
Per: nodejs#8017 Reviewed-By: James M Snell <[email protected]> PR-URL: nodejs#25591
1 parent 2a26e83 commit 026c079

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/api/tls.markdown

+5
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,11 @@ This is an encrypted stream.
694694
A proxy to the underlying socket's bytesWritten accessor, this will return
695695
the total bytes written to the socket, *including the TLS overhead*.
696696

697+
## Class: CleartextStream
698+
699+
The CleartextStream class in Node.js version v0.10.39 and prior has been
700+
deprecated and removed.
701+
697702
## Class: tls.TLSSocket
698703

699704
This is a wrapped version of [net.Socket][] that does transparent encryption

0 commit comments

Comments
 (0)