]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: support QMux in clear for BE side quic-interop flx04/quic-interop
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 29 Apr 2026 13:10:13 +0000 (15:10 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 21 May 2026 13:09:10 +0000 (15:09 +0200)
commit6717531053bd69a206f52ff24ec5e2f66371d774
treeb56596c25a50de273c3d2301b79aa1c3e8de9b98
parent812962d11089aab65f69bcf555e0cd17b608eb27
MINOR: backend: support QMux in clear for BE side

Use xprt_add_l6hs() at the end of connect_server() if selected MUX layer
relies on a temporary handshake prior to its initialization. This
functions is noop is SSL layer is active.

This change is necessary to support clear QMux on the backend side.
Recently defined <init_xprt> from mux_proto_list is used to render the
code as generic as possible.
src/backend.c