From 6a8638ff5341939fd6a236725d466f3b9eadcc9d Mon Sep 17 00:00:00 2001 From: Tim Duesterhus Date: Tue, 13 Jun 2023 15:08:47 +0200 Subject: [PATCH] DOC: Add tune.h2.max-frame-size option to table of contents This option was introduced in a24b35ca18885809001454699b4e44b49abccde6, which is 2.0+. It should be backported as far as it easily applies. --- doc/configuration.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index e1d55133b..090d29928 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1179,6 +1179,7 @@ The following keywords are supported in the "global" section : - tune.h2.header-table-size - tune.h2.initial-window-size - tune.h2.max-concurrent-streams + - tune.h2.max-frame-size - tune.http.cookielen - tune.http.logurilen - tune.http.maxhdr -- 2.47.3