]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: htx: Fix value of HTX_XFER_HDRS_ONLY flag
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 20 May 2026 13:23:15 +0000 (15:23 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 20 May 2026 14:21:02 +0000 (16:21 +0200)
commit99d48c3aecc93a2b1db78c3f3e1fd83134911258
treee7406f11b68711b26dd9a9ce0ba2513ba3a2434f
parent47a61eb86d4008bd1f9b722fa726eb63c079a244
BUG/MINOR: htx: Fix value of HTX_XFER_HDRS_ONLY flag

HTX_XFER_* flags must be declared as a bitfield. However, value of
HTX_XFER_HDRS_ONLY was set of 0x03 while it should be 0x04. So let's fix it.

This patch must be backported where the htx_xfer() function was backported
(5ead611cc "MEDIUM: htx: Add htx_xfer function to replace htx_xfer_blks").
include/haproxy/htx.h