summaryrefslogtreecommitdiff
path: root/doc/api/http2.md
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2019-12-03 11:41:12 +0100
committerRuben Bridgewater <ruben@bridgewater.de>2019-12-03 15:26:47 +0100
commitf5fe38400def6e0c73b27db436af5df914afe908 (patch)
treef522420b2eca60988aa08d469f8dd2bc5b1e8bf9 /doc/api/http2.md
parent648766bccffa5e4712bddfd5b21297279ee62daf (diff)
downloadnode-new-v13.3.0-proposal.tar.gz
2019-12-03, Version 13.3.0 (Current)v13.3.0v13.3.0-proposal
Notable changes: * fs: * Reworked experimental recursive `rmdir()` (cjihrig) https://github.com/nodejs/node/pull/30644 * The `maxBusyTries` option is renamed to `maxRetries`, and its default is set to 0. The `emfileWait` option has been removed, and `EMFILE` errors use the same retry logic as other errors. The `retryDelay` option is now supported. `ENFILE` errors are now retried. * http: * Make maximum header size configurable per-stream or per-server (Anna Henningsen) https://github.com/nodejs/node/pull/30570 * http2: * Make maximum tolerated rejected streams configurable (Denys Otrishko) https://github.com/nodejs/node/pull/30534 * Allow to configure maximum tolerated invalid frames (Denys Otrishko) https://github.com/nodejs/node/pull/30534 * wasi: * Introduce initial WASI support (cjihrig) https://github.com/nodejs/node/pull/30258 PR-URL: https://github.com/nodejs/node/pull/30774
Diffstat (limited to 'doc/api/http2.md')
-rw-r--r--doc/api/http2.md8
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