From b5408ed0078aacf879eeae8d4348401497822696 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 14 Jul 2026 09:32:16 +0200 Subject: [PATCH] http2: reject unsupported ALPN protocols Signed-off-by: Matteo Collina --- doc/api/http2.md | 13 ++++++++++--- lib/internal/http2/core.js | 6 ++++-- test/parallel/test-http2-alpn.js | 9 +++++++-- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/doc/api/http2.md b/doc/api/http2.md index 1003fb3fb0e90e..5b7d72f69d26af 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2732,6 +2732,10 @@ a given number of milliseconds set using `http2secureServer.setTimeout()`.