]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: mux-h1: Fix event label from trace messages about payload formatting
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Sep 2023 12:11:22 +0000 (14:11 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 4 Oct 2023 13:34:18 +0000 (15:34 +0200)
commit2225cb660c008b4497647f34d7faa88574b55810
treee710c99a320f7d9ed5074fbec6cc599fc6e805db
parent751b59c40bad0a0d7c362d05b44053260cdecc97
DEBUG: mux-h1: Fix event label from trace messages about payload formatting

The label used for in/out trace messages about payload formatting was not
the right one. Use H1_EV_TX_BODY, instead of H1_EV_TX_HDRS.
src/mux_h1.c