From: Christopher Faulet Date: Tue, 24 Mar 2026 13:55:01 +0000 (+0100) Subject: BUG/MINOR: tcpcheck: Remove unexpected flag on tcpcheck rules for httchck option X-Git-Tag: v3.4-dev8~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=949aa368209ea4645faf6c388ec346a5eb7033f2;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/src/tcpcheck.c b/src/tcpcheck.c index cf64fe6d6..bf42de055 100644 --- a/src/tcpcheck.c +++ b/src/tcpcheck.c @@ -5473,7 +5473,6 @@ int proxy_parse_httpchk_opt(char **args, int cur_arg, struct proxy *curpx, const free_tcpcheck_vars(&rules->preset_vars); rules->list = NULL; - rules->flags |= TCPCHK_SND_HTTP_FROM_OPT; /* Deduce the ruleset name from the proxy info */ chunk_printf(&trash, "*http-check-%s_%s-%d",