]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy/checks: Register a keyword to parse http-check rules
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 9 Apr 2020 13:54:18 +0000 (15:54 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:38 +0000 (09:39 +0200)
commit51b129fd0fcd60178a91297f0cce197d48b9e185
tree0b69d92c2b293a4ec6dd768f26ea0481581bd5b6
parent430e480510242c22d599e0d151e0d25ddc30dcb1
MINOR: proxy/checks: Register a keyword to parse http-check rules

The keyword 'http-check' is now parsed in a dedicated callback function. Thus
the code to parse these rules is now located in checks.c.
src/cfgparse-listen.c
src/checks.c