docs: removed unnecessary STARTTLS section
authorkoichik <koichik@improvement.jp>
Thu, 16 Feb 2012 17:02:02 +0000 (02:02 +0900)
committerkoichik <koichik@improvement.jp>
Thu, 16 Feb 2012 17:10:59 +0000 (02:10 +0900)
doc/api/tls.markdown

index 40ab627..a3cd454 100644 (file)
@@ -169,17 +169,6 @@ Here is an example of a client of echo server as described previously:
     });
 
 
-### STARTTLS
-
-In the v0.4 branch no function exists for starting a TLS session on an
-already existing TCP connection.  This is possible it just requires a bit of
-work. The technique is to use `tls.createSecurePair()` which returns two
-streams: an encrypted stream and a cleartext stream. The encrypted stream is
-then piped to the socket, the cleartext stream is what the user interacts with
-thereafter.
-
-[Here is some code that does it.](http://gist.github.com/848444)
-
 ### NPN and SNI
 
 NPN (Next Protocol Negotiation) and SNI (Server Name Indication) are TLS