From 6c6562ce8b5276976bec4bb5bb1ca7c551f9c64c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Mon, 30 Sep 2024 11:52:08 +0200 Subject: [PATCH] http2: expose nghttp2_option_set_stream_reset_rate_limit as an option PR-URL: https://github.com/nodejs/node/pull/54875 Reviewed-By: James M Snell Reviewed-By: Richard Lau --- doc/api/http2.md | 7 +++++++ lib/internal/http2/util.js | 14 +++++++++++++- src/node_http2.cc | 8 ++++++++ src/node_http2_state.h | 2 ++ .../test-http2-util-update-options-buffer.js | 10 +++++++++- 5 files changed, 39 insertions(+), 2 deletions(-) diff --git a/doc/api/http2.md b/doc/api/http2.md index 0a199fa6dfb30c..0bb059fc81d33b 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2766,6 +2766,10 @@ Throws `ERR_INVALID_ARG_TYPE` for invalid `settings` argument.