DOC: fix typo for fastfwd QUIC option
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 21 Dec 2023 10:30:39 +0000 (11:30 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 2 Jan 2024 06:51:56 +0000 (07:51 +0100)
Replace prefix 'tune.quit.' by 'tune.quic.'.

This should be backported up to 2.9.

(cherry picked from commit c62487fd08c14efa9dcb89a34f470c2cee8b7a66)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>

doc/configuration.txt

index cac3def..527691f 100644 (file)
@@ -3605,7 +3605,7 @@ tune.quic.socket-owner { connection | listener }
   is used globally, it will be forced on every listener instance, regardless of
   their individual configuration.
 
-tune.quit.zero-copy-fwd-send { on | off }
+tune.quic.zero-copy-fwd-send { on | off }
   Enables ('on') of disabled ('off') the zero-copy sends of data for the QUIC
   multiplexer. It is disabled by default.