]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-quic: protect qcc_io_process for QMux
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 Apr 2026 10:00:18 +0000 (12:00 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 Apr 2026 12:02:04 +0000 (14:02 +0200)
commitafa17f68a945040939c63a2b715ae6faf7c7a570
tree013bd8e11927e51dd46170ec708eb2c80f198145
parent9d8f7a44591c7b23f2e4726652ecd17644145b97
MINOR: mux-quic: protect qcc_io_process for QMux

Use conn_is_quic() prior to quic_conn manipulation in qcc_io_process().
This will be necessary to ensure compatibility with the new QMux
protocol.
src/mux_quic.c