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:
Diffstat (limited to 'doc/api/http.md')
-rw-r--r--doc/api/http.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index cc2b7eea3cb..38a2bcb641b 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -885,7 +885,7 @@ value only affects new connections to the server, not any existing connections.
### server.keepAliveTimeout
<!-- YAML
-added: REPLACEME
+added: v6.17.0
-->
* {number} Timeout in milliseconds. Defaults to 5000 (5 seconds).