]> git.kaiwu.me - haproxy.git/commit
MINOR: h3: trace HTTP headers on FE side
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 11 Jun 2026 09:09:31 +0000 (11:09 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 11 Jun 2026 09:40:06 +0000 (11:40 +0200)
commit00c081b5f388b655dd2c0fe5fdda8aacceb6b97e
tree172cc3483b0ba2e04d2a3bfebcb7226b71ac4e74
parent53fe4181a541586f24278072302271c3a95a9ce0
MINOR: h3: trace HTTP headers on FE side

Output trace for HTTP/3 headers manipulated on the frontend side. This
is implement via a new utility function h3_trace_header(), largely
inspired from existing h2_trace_header().

An extra call is added for HTTP/3 response :status which is extracted
from the HTX start line.
src/h3.c