]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: define proper proto on QUIC servers
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 5 Jun 2025 13:18:44 +0000 (15:18 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 11 Jun 2025 16:37:34 +0000 (18:37 +0200)
commitcdcecb9b6537106039f04107525d9e08dab003db
tree5871d6adc42e70ac7bff5d335df2281848142141
parent855fd63f90d9bd1071a407b45b5bd4e213b8556d
MINOR: quic: define proper proto on QUIC servers

Force QUIC as <mux_proto> for server if a QUIC address is used. This is
similarly to what is already done for bind instances on the frontend
side. This step ensures that conn_create_mux() will select the proper
protocol.
src/cfgparse.c