]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: checks: Don't forget to set the "alt_proto" field
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 20 Apr 2026 09:58:57 +0000 (11:58 +0200)
committerOlivier Houchard <cognet@ci0.org>
Mon, 20 Apr 2026 09:59:44 +0000 (11:59 +0200)
commit78712c389843ffdfb4cb582b1b30803e6fae1c7d
tree770ee46311b2aea3fbfedb8ecd21647d2a6914bb
parent036ebab3d873018d9547c7402000c72c1a18acd3
BUG/MEDIUM: checks: Don't forget to set the "alt_proto" field

The target address type has been added to checks in commit
d759e60a3292f425aee66384e87ae227ce191c08, but as part of that address
type is the "alt_proto" field, that was not properly set for dynamic
servers, That could lead to checks not working for any protocol that use
a non-zero alt_proto, such as QUIC. So set it properly.
src/check.c