diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown index 1eb0fbedae8..6dafb9b170a 100644 --- a/doc/api/tls.markdown +++ b/doc/api/tls.markdown @@ -694,6 +694,11 @@ This is an encrypted stream. A proxy to the underlying socket's bytesWritten accessor, this will return the total bytes written to the socket, *including the TLS overhead*. +## Class: CleartextStream + +The CleartextStream class in Node.js version v0.10.39 and prior has been +deprecated and removed. + ## Class: tls.TLSSocket This is a wrapped version of [net.Socket][] that does transparent encryption