From c07f6486629e9cbb8a03529f681fa55f7656c830 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 3af6dedcd914e7..c2231dca1830e5 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`.