]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: h1-htx: Don't forget to init flags in h1_format_htx_msg function
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 10 Jul 2025 12:10:41 +0000 (14:10 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 10 Jul 2025 12:10:42 +0000 (14:10 +0200)
commit516dfe16ff9c01c470b3b1fd9bb5ddfeb1163ef8
tree51bf5304ebde7378285fe49551fd9938e3cb3d7b
parentd252ec2beb2363bcc145fb0e88302bb929a3a15a
BUG/MINOR: h1-htx: Don't forget to init flags in h1_format_htx_msg function

The regression was introduced by commit 187ae28 ("MINOR: h1-htx: Add
function to format an HTX message in its H1 representation"). We must be
sure the flags variable must be initialized in h1_format_htx_msg() function.

This patch must be backported with the commit above.
src/h1_htx.c