]> git.kaiwu.me - haproxy.git/commitdiff
MINOR: haterm: add note about QUIC usage on SSL port
authorFrederic Lecaille <flecaille@haproxy.com>
Wed, 8 Jul 2026 15:19:31 +0000 (17:19 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Wed, 8 Jul 2026 15:35:34 +0000 (17:35 +0200)
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.

src/haterm_init.c

index c0a76494b8dea78d5a940215f9640ca0ddd0206e..49cc163b751c71409113ee88ff654dafebe64007 100644 (file)
@@ -34,6 +34,7 @@ static void haterm_usage(char *name)
                "        --" QUIC_BIND_LONG_OPT " <opts> : append options to QUIC \"bind\" lines\n"
 #endif
                "        --" TCP_BIND_LONG_OPT " <opts> : append options to TCP \"bind\" lines\n"
+               "Note: QUIC is automatically enabled on the SSL port if built in.\n"
                , name);
        exit(1);
 }