]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: tcpcheck: Remove unexpected flag on tcpcheck rules for httchck option
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 24 Mar 2026 13:55:01 +0000 (14:55 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Apr 2026 14:34:37 +0000 (16:34 +0200)
commit949aa368209ea4645faf6c388ec346a5eb7033f2
tree1b32f67fa174484b6c183186f60ceeb2015888cc
parent8c00df74487df1daa0cbe93801f6869a36e00548
BUG/MINOR: tcpcheck: Remove unexpected flag on tcpcheck rules for httchck option

When parsing httpchck option, a wrong flag (TCPCHK_SND_HTTP_FROM_OPT) was
set on the rules, while it is in fact a flag for a send rule. Let's remove
it. There is no issue here because there is no corresponding flag for
tcpcheck rules.

This patch must be backported to all stable versions.
src/tcpcheck.c