Skip to content

Commit 3f39a39

Browse files
papandreouMylesBorins
authored andcommitted
doc: Fix inaccuracy in https.request docs
PR-URL: #9453 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Sam Roberts <sam@strongloop.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent 8380154 commit 3f39a39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api/https.md

Lines changed: 1 addition & 2 deletions
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)