From: Amaury Denoyelle Date: Fri, 24 May 2024 15:31:26 +0000 (+0200) Subject: DOC: quic: specify that connection migration is not supported X-Git-Tag: v3.0-dev13~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59b69aafae0db672509a7469cc59cc2e87cc0b32;p=thirdparty%2Fhaproxy.git DOC: quic: specify that connection migration is not supported Currently haproxy does not support QUIC connection migration. This is advertized to clients on their connections. Document this in the first QUIC related paragraph. This should be backported up to 2.6. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index f4263c8486..fa0041f861 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -262,7 +262,8 @@ is called "head of line blocking" or "HoL blocking" or sometimes just "HoL". HTTP/3 is implemented over QUIC, itself implemented over UDP. QUIC solves the head of line blocking at the transport level by means of independently handled streams. Indeed, when experiencing loss, an impacted stream does not affect the -other streams, and all of them can be accessed in parallel. +other streams, and all of them can be accessed in parallel. QUIC also provides +connection migration support but currently haproxy does not support it. By default HAProxy operates in keep-alive mode with regards to persistent connections: for each connection it processes each request and response, and