]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: tcpcheck: Use tcpcheck context for expressions parsing
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 26 Mar 2026 21:57:58 +0000 (22:57 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Apr 2026 14:34:38 +0000 (16:34 +0200)
commit3e8b8aa6aa809fee72dab14df7a838078b8c0b08
tree78ce5a73e930da53b9d6da7aa57fd3dbacfc270d
parent64e3029e8ba4d413d41823b47cad56a16b326df2
BUG/MINOR: tcpcheck: Use tcpcheck context for expressions parsing

When log-format stirngs were parsed in context of a tcpcheck, ARGC_SRV
context was used instead of ARGC_TCK. This context is used to report
accurrate errors.

This patch could be backported to all stable versions.
src/tcpcheck.c