]> git.kaiwu.me - haproxy.git/commit
MEDIUM: connections: Enforce mux protocol requirements
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 19 Mar 2026 14:00:41 +0000 (15:00 +0100)
committerOlivier Houchard <cognet@ci0.org>
Thu, 26 Mar 2026 14:09:13 +0000 (15:09 +0100)
commit1b0dfff552713274b95c81594b153104e215ec81
tree99de5f758459397c058a522771d17c959335fe49
parentd3ad730d5fb9147b5d10a5c5be59e77add0a931f
MEDIUM: connections: Enforce mux protocol requirements

When picking a mux, pay attention to its MX_FL_FRAMED. If it is set,
then it means we explicitely want QUIC, so don't use that mux for any
protocol that is not QUIC.
include/haproxy/connection.h
src/proxy.c
src/server.c
src/stream.c