]> git.kaiwu.me - haproxy.git/commit
MEDIUM: tcpcheck/server: Add healthcheck server keyword
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 27 Mar 2026 15:24:16 +0000 (16:24 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Apr 2026 14:34:38 +0000 (16:34 +0200)
commit6fbccae1ab070a63377626c4807e5e3c03a455e4
treecd7f11c3ebe1feb14fa9e5989d625d94374f38fd
parent44c02854ca5f254dc88e52ab6087717aba928dd1
MEDIUM: tcpcheck/server: Add healthcheck server keyword

Thanks to this patch, it is now possible to specify an healthcheck section
on the server line. In that case, the server will use the tcpcheck as
defined in the correspoding healthcheck section instead of the proxy's one.
doc/configuration.txt
include/haproxy/tcpcheck-t.h
src/check.c
src/proxy.c
src/tcpcheck.c