]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: tcpcheck: Add proxy used for healthcheck sections in proxies list
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 7 Jul 2026 17:21:04 +0000 (19:21 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Jul 2026 06:52:06 +0000 (08:52 +0200)
commite5284428479ac4606a1c9b690990700275848cad
treeae4068411fac2ea721579044cf7114c14b7686cb
parentff95f204ec9f938526eb383604f7e62d05b85de1
BUG/MEDIUM: tcpcheck: Add proxy used for healthcheck sections in proxies list

The proxy used to parse healthcheck sections was not inserted in the proxies
list. So its initialization was not properly finalized. Among other things,
it was an issue for some arguments, like regular expressions.

This proxy is now inserted in the proxies list.

This patch should fix the issue #3440. It must be backported to 3.4.
src/tcpcheck.c