From 2f5e08414774a88a9451a2fdafbe38322c101fc6 Mon Sep 17 00:00:00 2001 From: koichik Date: Sat, 25 Feb 2012 23:07:30 +0900 Subject: [PATCH] docs: remove duplicate option of tls.connect() --- doc/api/tls.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown index 5a4f4632dc..7cd94946f8 100644 --- a/doc/api/tls.markdown +++ b/doc/api/tls.markdown @@ -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.