]> git.ipfire.org Git - thirdparty/haproxy.git/commit
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)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 Dec 2024 17:45:46 +0000 (18:45 +0100)
commit86823c828f983bd986b150542c7a6482d60b291d
treea8aa7d6de5b8dd5b055b2902b3ddeb91a96701b8
parent7f64bb79fd35f22537ce5d05f59838e49db5cb10
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).
src/mux_h2.c