MINOR: mux-h2/traces: add a missing trace on negative initial window size
authorWilly Tarreau <w@1wt.eu>
Fri, 6 Dec 2024 16:30:05 +0000 (17:30 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 11 Dec 2024 13:50:32 +0000 (14:50 +0100)
commita016c73f0ef20ef947e8c26a7eb838a74c27e963
treea1b8f513b50a6400627ff768711fab9fbd143e19
parentffdd10f627352f486c90852ad055575dc24e3bab
MINOR: mux-h2/traces: add a missing trace on negative initial window size

When a negative initial windows size is reported, we're going to close
the connection, so it's important to report a trace to explain why!
This should be backported at least to 3.1 and possibly 3.0 (adapting the
context since there's no glitches there).

(cherry picked from commit 86823c828f983bd986b150542c7a6482d60b291d)
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit 35bb79b797b85f8b89c87b8b925bc50f6f25865c)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/mux_h2.c