]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-quic: convert init/closure for QMux compatibility
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 Apr 2026 10:00:36 +0000 (12:00 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 Apr 2026 12:02:04 +0000 (14:02 +0200)
commit9d8f7a44591c7b23f2e4726652ecd17644145b97
tree3bc4486401f01727e3d6bc0755631f1ef7478c6b
parent3078a6333565acff3954e7f9d39e14dcdd825087
MINOR: mux-quic: convert init/closure for QMux compatibility

Ensure mux-quic operations related to initialization and shutdown will
be compatible with the new QMux protocol. This requires to use
conn_is_quic() before any access to the quic_conn element, in
qmux_init(), qcc_shutdown() and qcc_release().
src/mux_quic.c