]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: haterm: do not try to bind QUIC when not supported
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2026 16:46:01 +0000 (18:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2026 16:46:01 +0000 (18:46 +0200)
commit777ea8b18552f811a39cf43b17c74a2368c0b149
tree4ad977a1124c7ebce4b8c2e6dd0a514836b0c001
parentc24db7c76a2c930a78eabde10f3889b2fab574a1
BUG/MINOR: haterm: do not try to bind QUIC when not supported

When building without QUIC support (e.g. an SSL library not supporting
it), we'll get errors when trying to bind to the SSL port that QUIC is
not supported because the quic binding was unconditional. Let's only
place it when QUIC is supported. No backport needed, this is only 3.4.
src/haterm_init.c