Skip to content

Commit c07f648

Browse files
papandreouaddaleax
authored andcommitted
doc: Fix inaccuracy in https.request docs
PR-URL: #9453 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 9647155 commit c07f648

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api/https.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,7 @@ The options argument has the following options
192192
- `false`: opts out of connection pooling with an Agent, defaults request to
193193
`Connection: close`.
194194

195-
The following options from [`tls.connect()`][] can also be specified. However, a
196-
[`globalAgent`][] silently ignores these.
195+
The following options from [`tls.connect()`][] can also be specified:
197196

198197
- `pfx`: Certificate, Private key and CA certificates to use for SSL. Default `null`.
199198
- `key`: Private key to use for SSL. Default `null`.

0 commit comments

Comments
 (0)