Skip to content

Commit 70dd13f

Browse files
committed
doc: add CleartextStream deprecation notice
Per: nodejs/node-v0.x-archive#8017 Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs/node-v0.x-archive#25591
1 parent 418cde0 commit 70dd13f

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)