Hi please find two patches attached.
This email address is not subscribed to the list, please keep it in Cc when replying. Best regards Tim Düsterhus Developer WoltLab GmbH -- WoltLab GmbH Nedlitzer Str. 27B 14469 Potsdam Tel.: +49 331 96784338 duester...@woltlab.com www.woltlab.com Managing director: Marcel Werk AG Potsdam HRB 26795 P
From 253b9975bc95334153acd643f63719aba7ef2d36 Mon Sep 17 00:00:00 2001 From: Tim Duesterhus <duester...@woltlab.com> Date: Tue, 13 Jun 2023 15:07:34 +0200 Subject: [PATCH 1/2] DOC: Add tune.h2.be.* and tune.h2.fe.* options to table of contents To: haproxy@formilux.org These new options were introduced in commits 9d7abda787ac76c04a7e68363d7a322918ce28a7 and ca1027c22fda9d993cbce716163d28b1e4e8aa0f, both of which at in HAProxy 2.8+. This patch should be backported there. --- doc/configuration.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index c17e5e3da..e1d55133b 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1172,6 +1172,10 @@ The following keywords are supported in the "global" section : - tune.disable-fast-forward - tune.fail-alloc - tune.fd.edge-triggered + - tune.h2.be.initial-window-size + - tune.h2.be.max-concurrent-streams + - tune.h2.fe.initial-window-size + - tune.h2.fe.max-concurrent-streams - tune.h2.header-table-size - tune.h2.initial-window-size - tune.h2.max-concurrent-streams -- 2.40.1
From e07a8c39f25ac2ee614c457fe22180889e716a19 Mon Sep 17 00:00:00 2001 From: Tim Duesterhus <duester...@woltlab.com> Date: Tue, 13 Jun 2023 15:08:47 +0200 Subject: [PATCH 2/2] DOC: Add tune.h2.max-frame-size option to table of contents To: haproxy@formilux.org 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.40.1