diff options
Diffstat (limited to 'doc/api/http2.md')
| -rw-r--r-- | doc/api/http2.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md index c440b92a7d..8339593c13 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1941,10 +1941,10 @@ error will be thrown. <!-- YAML added: v8.4.0 changes: - - version: REPLACEME + - version: v13.3.0 pr-url: https://github.com/nodejs/node/pull/30534 description: Added `maxSessionRejectedStreams` option with a default of 100. - - version: REPLACEME + - version: v13.3.0 pr-url: https://github.com/nodejs/node/pull/30534 description: Added `maxSessionInvalidFrames` option with a default of 1000. - version: v13.0.0 @@ -2068,10 +2068,10 @@ server.listen(80); <!-- YAML added: v8.4.0 changes: - - version: REPLACEME + - version: v13.3.0 pr-url: https://github.com/nodejs/node/pull/30534 description: Added `maxSessionRejectedStreams` option with a default of 100. - - version: REPLACEME + - version: v13.3.0 pr-url: https://github.com/nodejs/node/pull/30534 description: Added `maxSessionInvalidFrames` option with a default of 1000. - version: v13.0.0 |
