MINOR: mux-h2/traces: add a missing trace on connection WU with negative inc
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Jan 2024 15:56:18 +0000 (16:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 31 Jan 2024 14:44:56 +0000 (15:44 +0100)
commit3342e1ea950b43cfeafccb4a516024443eb48252
tree131b3a145d012bb57d1c0a07a1607a454261c7e5
parentbce41970292f628c676304f658ebd9a70a1abb1f
MINOR: mux-h2/traces: add a missing trace on connection WU with negative inc

The test was performed but no trace emitted, which can complicate certain
diagnostics, so let's just add the trace for this rare case. It may safely
be backported though this is really not important.

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