Skip to content

Commit bc0a552

Browse files
loganfsmythkoichik
authored andcommitted
docs: Fix merge error in tls docs
Fixes nodejs#1648.
1 parent 908ee33 commit bc0a552

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/api/tls.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ thereafter.
7070

7171
[Here is some code that does it.](http://gist.github.com/848444)
7272

73-
<<<<<<< HEAD
7473
### NPN and SNI
7574

7675
NPN (Next Protocol Negotitation) and SNI (Server Name Indication) are TLS
@@ -79,14 +78,13 @@ handshake extensions allowing you:
7978
* NPN - to use one TLS server for multiple protocols (HTTP, SPDY)
8079
* SNI - to use one TLS server for multiple hostnames with different SSL
8180
certificates.
82-
=======
81+
8382
### pair = tls.createSecurePair([credentials], [isServer], [requestCert], [rejectUnauthorized])
8483

8584
Creates a new secure pair object with two streams, one of which reads/writes
8685
encrypted data, and one reads/writes cleartext data.
8786
Generally the encrypted one is piped to/from an incoming encrypted data stream,
8887
and the cleartext one is used as a replacement for the initial encrypted stream.
89-
>>>>>>> origin/v0.4
9088

9189
- `credentials`: A credentials object from crypto.createCredentials( ... )
9290

0 commit comments

Comments
 (0)