]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: h3: fix trace crash on frontend response headers
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 25 Jun 2026 14:06:16 +0000 (16:06 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 26 Jun 2026 09:32:10 +0000 (11:32 +0200)
commit09172169bcd0fe55831f0243d39dc81b98fbb0b9
treee1eee5b30b9c5272065f1a0e9b01b3235bda4caa
parent66fe27298f4b91b26ae17abf3b38f360f77b6c56
BUG/MEDIUM: h3: fix trace crash on frontend response headers

Fix segfault when using HTTP/3 header traces on the frontend side. This
occured because headers list was dumped prior to the insertion of the
end marker.

This issue is introduced by the following patch :
  commit 00c081b5f388b655dd2c0fe5fdda8aacceb6b97e
  MINOR: h3: trace HTTP headers on FE side

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