From ba6c0866dc63f9070bc5cb2afd5fa5226b0b21e9 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Tue, 23 Jun 2015 21:18:09 -0700 Subject: [PATCH] doc: add CleartextStream deprecation notice Per: https://github.com/joyent/node/issues/8017 Reviewed-By: James M Snell PR-URL: https://github.com/joyent/node/pull/25565 --- doc/api/tls.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown index 7e1d45c6de0e..6fc9a93b7cac 100644 --- a/doc/api/tls.markdown +++ b/doc/api/tls.markdown @@ -766,6 +766,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