]> git.kaiwu.me - haproxy.git/commit
MINOR: h3: trace HTTP headers on BE side
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 11 Jun 2026 09:20:54 +0000 (11:20 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 11 Jun 2026 09:40:06 +0000 (11:40 +0200)
commitcc01214a67c2f8f3303db9d6023e7356d84dd448
tree6a9920d310768de7dac8bd1d5d0612ff10278f40
parent00c081b5f388b655dd2c0fe5fdda8aacceb6b97e
MINOR: h3: trace HTTP headers on BE side

Output HTTP/3 header traces on the backend side. As previous commit,
this relies on h3_trace_header() function.

Extra calls are added for fields extracted from the request start-line
which produce an HTTP/3 pseudo-header.
src/h3.c