]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: h3: fix compilation with USE_TRACE=0
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 11 Jun 2026 09:47:57 +0000 (11:47 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 11 Jun 2026 09:47:57 +0000 (11:47 +0200)
commit3dfd86062b9edf30f48701413ade565d67d3c1bb
treeb58441024be6c94a2e78408a84eb2ef4752f56ff
parentcc01214a67c2f8f3303db9d6023e7356d84dd448
BUILD: h3: fix compilation with USE_TRACE=0

Mark argument in h3_trace_header as unused if USE_TRACE is not set.

No need to backport unless HTTP/3 header traces are picked.
src/h3.c