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/http2.md')
-rw-r--r--doc/api/http2.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index acdd7b130ee..3e4f66f8cd4 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -2054,7 +2054,7 @@ value only affects new connections to the server, not any existing connections.
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v14.16.0
pr-url: https://github.com/nodejs-private/node-private/pull/250
description: Added `unknownProtocolTimeout` option with a default of 10000.
- version:
@@ -2203,7 +2203,7 @@ server.listen(80);
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v14.16.0
pr-url: https://github.com/nodejs-private/node-private/pull/250
description: Added `unknownProtocolTimeout` option with a default of 10000.
- version:
@@ -2339,7 +2339,7 @@ server.listen(80);
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v14.16.0
pr-url: https://github.com/nodejs-private/node-private/pull/250
description: Added `unknownProtocolTimeout` option with a default of 10000.
- version: