]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: tcpcheck: Properly retrieve tcpcheck type to install the best mux
authorChristopher Faulet <cfaulet@haproxy.com>
Sun, 5 Apr 2026 07:22:11 +0000 (09:22 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Sun, 5 Apr 2026 07:26:46 +0000 (09:26 +0200)
commit41bded895292573a8fbe9817499c5e996fb5e4ea
tree7f9342e1c82c2d8b8c6da14ba9479bb3865ef642
parentca53ee17b65b323b81faac638d852256a8761a7b
BUG/MEDIUM: tcpcheck: Properly retrieve tcpcheck type to install the best mux

When the healthcheck section support was added, the tcpcheck type was moved
into the tcpcheck ruleset. However, conn_install_mux_chk() function was not
updated accordingly. So the TCP mode was always returned.

No backport needed. This patch is related to #3324 but it is not the root
cause of the issue.
src/connection.c