From b9c679c857d62587a2537ada2c1655b9e5c34d91 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 --- 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 82132b3ec5157f..87aec5bb962589 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1941,6 +1941,9 @@ error will be thrown.