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.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index ac273b9fa44..13cc4ddd3df 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -1948,10 +1948,10 @@ error will be thrown.
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v12.16.0
pr-url: https://github.com/nodejs/node/pull/30534
description: Added `maxSessionRejectedStreams` option with a default of 100.
- - version: REPLACEME
+ - version: v12.16.0
pr-url: https://github.com/nodejs/node/pull/30534
description: Added `maxSessionInvalidFrames` option with a default of 1000.
- version: v12.4.0
@@ -2078,10 +2078,10 @@ server.listen(80);
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v12.16.0
pr-url: https://github.com/nodejs/node/pull/30534
description: Added `maxSessionRejectedStreams` option with a default of 100.
- - version: REPLACEME
+ - version: v12.16.0
pr-url: https://github.com/nodejs/node/pull/30534
description: Added `maxSessionInvalidFrames` option with a default of 1000.
- version: v10.12.0
@@ -3092,7 +3092,7 @@ is finished.
#### `response.finished`
<!-- YAML
added: v8.4.0
-deprecated: REPLACEME
+deprecated: v12.16.0
-->
> Stability: 0 - Deprecated. Use [`response.writableEnded`][].