From 95dd60c6579413bb956b266b7e285ee6e6c8e158 Mon Sep 17 00:00:00 2001 From: Jan Krems Date: Mon, 30 Nov 2015 10:40:02 -0800 Subject: [PATCH] doc: reword https.Agent example text PR-URL: https://github.com/nodejs/node/pull/4075 Reviewed-By: Colin Ihrig --- doc/api/https.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/https.markdown b/doc/api/https.markdown index b2e917b72a8709..8a916311fc664f 100644 --- a/doc/api/https.markdown +++ b/doc/api/https.markdown @@ -195,7 +195,7 @@ Example: ... } -Or does not use an `Agent`. +Alternatively, opt out of connection pooling by not using an `Agent`. Example: