]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: tcpcheck: Don't enable http_needed when parsing HTTP samples
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 26 Mar 2026 12:42:28 +0000 (13:42 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Apr 2026 14:34:37 +0000 (16:34 +0200)
commitb58f567ff3966e955a79f6021cc7cd978c3338d4
tree8280e31fe96b138c3eefac8c5b99d9a78ea5df45
parent978119caa68f11356d0b7c025a9a195fe9ed44ae
BUG/MINOR: tcpcheck: Don't enable http_needed when parsing HTTP samples

In tcpchecks context, when HTTP sample expressions are parsed, there is no
reason to set the proxy's http_needed value to 1. This value is only used
for streams to allocate an HTTP txn.

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