]> git.kaiwu.me - haproxy.git/commit
MAJOR: mux-quic: activate QMux for frontend side
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 19 Feb 2025 14:01:58 +0000 (15:01 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 Apr 2026 12:02:05 +0000 (14:02 +0200)
commit490b465fd1d6965a155973fa796ec1d0656b3059
tree195a6571d99522cdd053f07c112f064b0b590fa0
parentb26178396add5492e3d4a5c30ebb8ce1cc6df149
MAJOR: mux-quic: activate QMux for frontend side

To be able to support QMux protocol, xprt_qstrm is activated by the
session for transport parameters exchange, prior to the mux layer
initialization.
doc/configuration.txt
include/haproxy/connection-t.h
src/listener.c
src/mux_quic.c
src/session.c