From 82a0dce3a62a037e0f889026573211e9ef840426 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 b2e917b..8a91631 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: -- 2.7.4