mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-03 01:51:05 +02:00
Adapts mux-quic functions related to emission for future QMux protocol support. In short, QCS will not used a qc_stream_desc object but instead a plain buffer. This is inserted as a union in QCS structure. Every access to QUIC qc_stream_desc is protected by a prior conn_is_quic() check. Also, pacing is useless for QMux and thus is disabled for such protocol.