summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2015-06-23 21:18:09 -0700
committerJames M Snell <jasnell@gmail.com>2015-08-03 20:44:38 -0700
commit70dd13f88d01ee958242bf697332abb00b0c4582 (patch)
tree7a9ec5fb7630b063f120a29324b91aed7aef6259
parent418cde076549a8d5197755cef451b3d845f21d5e (diff)
downloadnode-70dd13f88d01ee958242bf697332abb00b0c4582.tar.gz
doc: add CleartextStream deprecation notice
Per: https://github.com/joyent/node/issues/8017 Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/joyent/node/pull/25591
-rw-r--r--doc/api/tls.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown
index dc3a0431b..319b66197 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