Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7bd2cae

Browse filesBrowse files
Trotttargos
authored andcommitted
doc: remove "note that" from tls.md
Refs: nodejs/remark-preset-lint-node#16 PR-URL: #28329 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 204c9d8 commit 7bd2cae
Copy full SHA for 7bd2cae

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎doc/api/tls.md‎

Copy file name to clipboardExpand all lines: doc/api/tls.md
+4-4Lines changed: 4 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ single argument when called:
481481
The `tlsSocket.authorized` property is a `boolean` indicating whether the
482482
client has been verified by one of the supplied Certificate Authorities for the
483483
server. If `tlsSocket.authorized` is `false`, then `socket.authorizationError`
484-
is set to describe how authorization failed. Note that depending on the settings
484+
is set to describe how authorization failed. Depending on the settings
485485
of the TLS server, unauthorized connections may still be accepted.
486486

487487
The `tlsSocket.alpnProtocol` property is a string that contains the selected
@@ -1214,9 +1214,9 @@ changes:
12141214
[`net.Socket`][], but any `Duplex` stream is allowed.
12151215
If this option is specified, `path`, `host` and `port` are ignored,
12161216
except for certificate validation. Usually, a socket is already connected
1217-
when passed to `tls.connect()`, but it can be connected later. Note that
1218-
connection/disconnection/destruction of `socket` is the user's
1219-
responsibility, calling `tls.connect()` will not cause `net.connect()` to be
1217+
when passed to `tls.connect()`, but it can be connected later.
1218+
Connection/disconnection/destruction of `socket` is the user's
1219+
responsibility; calling `tls.connect()` will not cause `net.connect()` to be
12201220
called.
12211221
* `rejectUnauthorized` {boolean} If not `false`, the server certificate is
12221222
verified against the list of supplied CAs. An `'error'` event is emitted if

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.