]> git.kaiwu.me - haproxy.git/commit
MEDIUM: tcpcheck: Split parsing functions to prepare healthcheck sections parsing
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 26 Mar 2026 22:06:14 +0000 (23:06 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Apr 2026 14:34:38 +0000 (16:34 +0200)
commit9e92352967077b3d4ebb55b2b8c0c6edb5812012
tree0a41d46c6d604f8ef284f0cc71b5737eb1f0bccc
parent954e87ee015c206c247e60c87c6b27c9a8ff2ac7
MEDIUM: tcpcheck: Split parsing functions to prepare healthcheck sections parsing

Functions used to parse directives related to tcpchecks were split to have a
first step testing the proxy and creating the tcpcheck ruleset if necessary,
and a second step filling the ruleset. The aim of this patch is to preapre
the parsing of healthcheck sections. In this context, only the second steip
will be used.
src/tcpcheck.c