diff options
| author | Andreas Lind <andreas@one.com> | 2016-11-02 23:21:54 +0100 |
|---|---|---|
| committer | Michael Dawson <michael_dawson@ca.ibm.com> | 2016-11-10 09:27:12 -0500 |
| commit | ca57912e0529937f736e284e2fb03c9f9bd0d8b0 (patch) | |
| tree | ea041f161cf1b58bd693389880bde8a85cabbf8e /doc/api/https.md | |
| parent | eed8b0525c4b824e6ee8ba2e2f883e91614967d9 (diff) | |
| download | node-new-ca57912e0529937f736e284e2fb03c9f9bd0d8b0.tar.gz | |
doc: Fix inaccuracy in https.request docs
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc/api/https.md')
| -rw-r--r-- | doc/api/https.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/https.md b/doc/api/https.md index 3af6dedcd9..c2231dca18 100644 --- a/doc/api/https.md +++ b/doc/api/https.md @@ -192,8 +192,7 @@ The options argument has the following options - `false`: opts out of connection pooling with an Agent, defaults request to `Connection: close`. -The following options from [`tls.connect()`][] can also be specified. However, a -[`globalAgent`][] silently ignores these. +The following options from [`tls.connect()`][] can also be specified: - `pfx`: Certificate, Private key and CA certificates to use for SSL. Default `null`. - `key`: Private key to use for SSL. Default `null`. |
