]> git.kaiwu.me - haproxy.git/commit
CLEANUP: trace/h3: allow to disable traces in H3
authorWilly Tarreau <w@1wt.eu>
Wed, 1 Jul 2026 09:43:05 +0000 (11:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Jul 2026 14:32:28 +0000 (16:32 +0200)
commit6ea18e0c744f7a7bf8ea4bc8b0b8851d17bd79fa
tree9db71c7b58f11c098392a7cf9be589409cd11e25
parent8ac1e3ff5b60298bbf97f18e83fa97941326f825
CLEANUP: trace/h3: allow to disable traces in H3

It requires essentially a few ifdefs and to add a dummy definition of
h3_trace_header() to completely disable traces in H3. This reduces the
object code by 35 kB.
src/h3.c