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

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: remove duplicate option of tls.connect()
  • Loading branch information
koichik committed Feb 25, 2012
1 parent db8940d commit 2f5e084
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/api/tls.markdown
Expand Up @@ -176,11 +176,6 @@ Creates a new client connection to the given `port` and `host` (old API) or

- `servername`: Servername for SNI (Server Name Indication) TLS extension.

- `socket`: Establish secure connection on a given socket rather than
creating a new socket. If this option is specified, `host` and `port`
are ignored. This is intended FOR INTERNAL USE ONLY. As with all
undocumented APIs in Node, they should not be used.

The `secureConnectListener` parameter will be added as a listener for the
['secureConnect'](#event_secureConnect_) event.

Expand Down

0 comments on commit 2f5e084

Please sign in to comment.