mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-11 22:11:00 +02:00
Commit 1b0dfff552713274b95c81594b153104e215ec81 attempted to make it so the mux would expect a QUIC-like protocol or not, however it only made that we would not instantiate a non-QUIC mux on a QUIC protocol, but not that we tried to instance a QUIC mux on a non-QUIC protocol, so fix that.