]> git.kaiwu.me - haproxy.git/commit
CLEANUP: traces: get rid of a few rare empty args in TRACE calls
authorWilly Tarreau <w@1wt.eu>
Wed, 1 Jul 2026 12:31:55 +0000 (14:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Jul 2026 14:32:28 +0000 (16:32 +0200)
commit50c00ee235f38e1775825ca53cd06418c144f6ea
tree253ba3d2e149a496ee5bee7991fcb604430ad03f
parent4fe06d8c83e4a5ac6fea144cdfddd145f49ed929
CLEANUP: traces: get rid of a few rare empty args in TRACE calls

The TRACE macro allows to leave empty args and automatically turns them
into zeroes. However it also limits how we can remap the macro, because
functions do not accept this for example. There are very few places all
over the code where ',,' exists in TRACE calls, so let's explicitly add
the 0 there. It could even make some editors' syntax highlighting happier.
src/mux_h2.c
src/quic_frame.c
src/quic_loss.c