]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-h2: also count glitches on invalid trailers
authorWilly Tarreau <w@1wt.eu>
Wed, 25 Feb 2026 21:02:13 +0000 (22:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 25 Feb 2026 21:03:16 +0000 (22:03 +0100)
commitcad6e0b3dac42aa3ff1a70554413b4f77a84a382
tree410799dd246c0a49ffe37a51621beea4348c61bc
parent5af42fa3420a87066739dfcfd49afbfc528550dc
MINOR: mux-h2: also count glitches on invalid trailers

Two cases were not causing glitches to be incremented:
  - invalid trailers
  - trailers on closed streams

This patch addresses this. It could be backported, at least to 3.2.
src/mux_h2.c