Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: add CleartextStream deprecation notice
Browse files Browse the repository at this point in the history
Per: #8017

Reviewed-By: James M Snell <[email protected]>
PR-URL: #25565
  • Loading branch information
jasnell committed Jun 26, 2015
1 parent 1b027ee commit ba6c086
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/api/tls.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba6c086

Please sign in to comment.