BUG/MINOR: mux-h2: fix expression when detecting excess of CONTINUATION frames
authorWilly Tarreau <w@1wt.eu>
Fri, 6 Dec 2024 17:53:19 +0000 (18:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Dec 2024 10:09:53 +0000 (11:09 +0100)
commitd76815223af4cc52bb741acdfd1f7d34bbec0036
treecaaa026d975f5efdff8c5ccb592f014c6b0fb659
parent05f8c730e75cc5601879236cb65587cf21f1b5b0
BUG/MINOR: mux-h2: fix expression when detecting excess of CONTINUATION frames

Latest commit f0eca8fe7 ("MINOR: mux-h2/glitches: add a description to
the H2 glitches") misplaced the optional glitch description field, with
it appearing at the end of the if () condition and always reporting
an excess of CONTINUATION frames from the first exceeding one.

This needs to be backported along with that commit once it gets backported.

(cherry picked from commit cb21db04c748a77122c118a3d526fdc058ca564f)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/mux_h2.c