From ec552b0cc222768bbe64bf82965f491554576f85 Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Wed, 8 Apr 2026 14:47:26 +0200 Subject: [PATCH] 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. --- doc/configuration.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 0c36951d7..fdd7d2d4c 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -17826,7 +17826,7 @@ proto 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 }[()] @@ -19406,7 +19406,7 @@ proto 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 }[()]