]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: update draft link for QMux protocol
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 8 Apr 2026 12:47:26 +0000 (14:47 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 10 Apr 2026 08:20:52 +0000 (10:20 +0200)
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

index 0c36951d776361edfcf845f29933b2d326738ab4..fdd7d2d4cd5d7b3b4940c439be2f824e0bbb7c58 100644 (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,...>)]