]> git.kaiwu.me - haproxy.git/commit
MINOR: tcpcheck: Deal with disable-on-404 and send-state in the tcp-check itself
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 26 Mar 2026 08:14:58 +0000 (09:14 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Apr 2026 14:34:37 +0000 (16:34 +0200)
commit978119caa68f11356d0b7c025a9a195fe9ed44ae
tree8e6ed79774e271696d1bdf7f256c15d8ab7832e3
parentdc7c8bd2f81b0ecb730f4b290430ff7242c63c67
MINOR: tcpcheck: Deal with disable-on-404 and send-state in the tcp-check itself

disable-on-404 and send-state options, configured on an HTTP healtcheck,
were handled as proxy options. Now, these options are handled in the
tcp-check itself. So the corresponding PR_O and PR_02 flags are removed.
include/haproxy/proxy-t.h
include/haproxy/tcpcheck-t.h
src/proxy.c
src/server.c
src/tcpcheck.c