]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: tcpcheck: Don't release ruleset when parsing 'spop-check' ruleset
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Apr 2026 07:03:55 +0000 (09:03 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Apr 2026 08:49:13 +0000 (10:49 +0200)
commitf1540c057551aa52e5c324725f84618712ff757d
tree23ede9ada1ce5b2391ede44ff1cf1ba3c9add4fd
parent6ccd962c2da712ced17d38ed005c2d2d72a5364f
BUG/MINOR: tcpcheck: Don't release ruleset when parsing 'spop-check' ruleset

Ruleset are stored in a global tree, released on deinit staged. All errors
are fatal and abort the configuration parsing. So the current ruleset must
not be released here.
src/tcpcheck.c