From a4ae272c5be043fb2fcdff42186b294251b98b66 Mon Sep 17 00:00:00 2001 From: Denys Otrishko Date: Mon, 18 Nov 2019 22:12:15 +0200 Subject: [PATCH] http2: make maximum tolerated rejected streams configurable PR-URL: https://github.com/nodejs/node/pull/30534 Fixes: https://github.com/nodejs/node/issues/30505 Reviewed-By: Anna Henningsen Reviewed-By: David Carlier Reviewed-By: James M Snell --- doc/api/http2.md | 18 ++++++++++++++++++ lib/internal/http2/core.js | 14 ++++++++++++++ src/node_http2.cc | 4 +++- src/node_http2.h | 4 +++- .../test-http2-createsecureserver-options.js | 16 ++++++++++++++++ .../test-http2-createserver-options.js | 16 ++++++++++++++++ 6 files changed, 70 insertions(+), 2 deletions(-) diff --git a/doc/api/http2.md b/doc/api/http2.md index 3d6bdbe7e7e114..1e9afc438e4581 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1939,6 +1939,9 @@ error will be thrown.