DOC: update draft link for QMux protocol

QMux draft 01 support is mostly achieved thanks to the recent
implementation of the Record layer. This patch thus updates the link in
the documentation to the validated draft version.
This commit is contained in:
Amaury Denoyelle 2026-04-08 14:47:26 +02:00
parent a993f0c503
commit ec552b0cc2

View File

@ -17826,7 +17826,7 @@ proto <name>
instance, if "proto h1" is set, the ALPN should not be set to "h2".
QMux is a subset of QUIC which runs over TCP. It corresponds to the following
draft protocol https://www.ietf.org/archive/id/draft-opik-quic-qmux-01.html.
draft protocol https://www.ietf.org/archive/id/draft-ietf-quic-qmux-01.html.
It is considered experimental in haproxy for now.
quic-cc-algo { cubic | newreno | bbr | nocc }[(<args,...>)]
@ -19406,7 +19406,7 @@ proto <name>
See also "ws" to use an alternative protocol for websocket streams.
QMux is a subset of QUIC which runs over TCP. It corresponds to the following
draft protocol https://www.ietf.org/archive/id/draft-opik-quic-qmux-01.html.
draft protocol https://www.ietf.org/archive/id/draft-ietf-quic-qmux-01.html.
It is considered experimental in haproxy for now.
quic-cc-algo { cubic | newreno | bbr | nocc }[(<args,...>)]