]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: check: Don't reuse the server xprt if we should not
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 24 Mar 2026 14:51:34 +0000 (15:51 +0100)
committerOlivier Houchard <cognet@ci0.org>
Thu, 26 Mar 2026 14:09:13 +0000 (15:09 +0100)
commit07edaed1918a6433126b4d4d61b7f7b0e9324b30
treeb9b44d6cf90e8e71a4f71a86bd6b13df9160e79d
parent1c1d9d250034a15d1dfa07150d7828e554e83513
BUG/MEDIUM: check: Don't reuse the server xprt if we should not

Don't assume the check will reuse the server's xprt. It may not be true
if some settings such as the ALPN has been set, and it differs from the
server's one. If the server is QUIC, and we want to use TCP for checks,
we certainly don't want to reuse its XPRT.
src/check.c