]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: h3: adjust HTTP headers traces
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 25 Jun 2026 12:29:47 +0000 (14:29 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 29 Jun 2026 14:33:55 +0000 (16:33 +0200)
commitea54d3fd1be78401cf9ad1e8ee7de5b932d49f9d
tree8e0658d564016d54c25c561e86803ea7c5652e04
parentb68be6d0a2816c71137c53d2c958be9c93bef3ea
BUG/MINOR: h3: adjust HTTP headers traces

In a recent patch, dedicated HTTP/3 traces have been added to log the
transfered HTTP content, with the start/status line and headers as well.

This patch adjusts these traces, correcting "qcc" typo to "qcs". It also
now correctly pass qcc and qcs as argument, which is used for trace
follow.

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