From 3f39a3965742b0b226225d6f3781054d6d59899f Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Wed, 2 Nov 2016 23:21:54 +0100 Subject: [PATCH] doc: Fix inaccuracy in https.request docs PR-URL: https://github.com/nodejs/node/pull/9453 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Roman Reiss Reviewed-By: Sam Roberts Reviewed-By: Michael Dawson --- doc/api/https.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/api/https.md b/doc/api/https.md index 4c515a09b6..17c83f39a3 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`.