Browse Source

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
v0.12-staging
James M Snell 10 years ago
parent
commit
70dd13f88d
  1. 5
      doc/api/tls.markdown

5
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

Loading…
Cancel
Save