]> git.kaiwu.me - haproxy.git/commit
MINOR: tcpcheck: Reject unknown keyword during parsing of healthcheck section
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Apr 2026 14:26:40 +0000 (16:26 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Apr 2026 14:31:17 +0000 (16:31 +0200)
commit09c37fb6bdd3897f832ddcfe95824d1f3cf71a5a
treec1f62324785ee188fcbf552178b778ff38fdcabc
parent6ed656d691bc47f75e9a8c185536b35c29b9725c
MINOR: tcpcheck: Reject unknown keyword during parsing of healthcheck section

unknown keyword was just ignored. it is not really handy to detect
error. Now an error is reported and the parsing is aborted.
src/tcpcheck.c