]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: mux-h2: count a proto error when rejecting a stream on parsing error
authorWilly Tarreau <w@1wt.eu>
Wed, 22 Apr 2026 11:51:10 +0000 (13:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 22 Apr 2026 13:57:20 +0000 (15:57 +0200)
commit8f7ee0a59ffb9bb637a6d4d669ff29cf04618940
tree2e91db730473af4fab548ede9c4761766d00f838
parentc73a81469e4ae5a6679bf6d78127683bdf7981c6
BUG/MINOR: mux-h2: count a proto error when rejecting a stream on parsing error

The proxy error counter was not updated in h2c_frt_handle_headers() in
case of failure to decode a HEADERS frame. Make sure to keep it updated.
This can be backported to all stable versions.
src/mux_h2.c