Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Insogna <paolo@cowtech.it>2022-06-21 15:50:55 +0300
committerPaolo Insogna <paolo@cowtech.it>2022-06-29 13:48:52 +0300
commit4267b92604ad78584244488e7f7508a690cb80d0 (patch)
treee1a5ee7614091409cf369b1ce1c6f7aa75ed8959 /doc/api/https.md
parent8e19dab677e64ec5ba40ab8523d23d02c92a24a2 (diff)
http: use Keep-Alive by default in global agents
PR-URL: https://github.com/nodejs/node/pull/43522 Fixes: https://github.com/nodejs/node/issues/37184 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Diffstat (limited to 'doc/api/https.md')
-rw-r--r--doc/api/https.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/https.md b/doc/api/https.md
index bc5c8a246dc..ce8a47fedde 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -309,6 +309,11 @@ https.get('https://encrypted.google.com/', (res) => {
<!-- YAML
added: v0.5.9
+changes:
+ - version:
+ - REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/43522
+ description: The agent now uses HTTP Keep-Alive by default.
-->
Global instance of [`https.Agent`][] for all HTTPS client requests.