From: Frederic Lecaille Date: Wed, 8 Jul 2026 15:19:31 +0000 (+0200) Subject: MINOR: haterm: add note about QUIC usage on SSL port X-Git-Tag: v3.5-dev2~2 X-Git-Url: http://git.kaiwu.me/%22data:,/static/$%7BGITURL%7D/1?a=commitdiff_plain;h=7f37cf8cc0ba314ea48d9981bb433d63aa79b05c;p=haproxy.git MINOR: haterm: add note about QUIC usage on SSL port Update the usage message to clarify that QUIC is automatically enabled on the SSL port when supported by the build. Should be backported to 3.4. --- diff --git a/src/haterm_init.c b/src/haterm_init.c index c0a76494b..49cc163b7 100644 --- a/src/haterm_init.c +++ b/src/haterm_init.c @@ -34,6 +34,7 @@ static void haterm_usage(char *name) " --" QUIC_BIND_LONG_OPT " : append options to QUIC \"bind\" lines\n" #endif " --" TCP_BIND_LONG_OPT " : append options to TCP \"bind\" lines\n" + "Note: QUIC is automatically enabled on the SSL port if built in.\n" , name); exit(1); }