]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux_quic: handle STOP_SENDING in QMux
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 21 May 2026 13:48:31 +0000 (15:48 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 21 May 2026 13:57:20 +0000 (15:57 +0200)
commitc0aa91a202b8588bf032b272b1717d57ded4a8a7
treeea8bdf3e7299a8fc4a9851868c8e5dc175bc736d
parente2c3cd9eb714e3635b34d3ce99ff784adbc6f30a
MINOR: mux_quic: handle STOP_SENDING in QMux

Ensure reception of STOP_SENDING via QMux protocol is properly handled.
This simply consists in using qcc_recv_stop_sending() which will update
the associated QCS if found.
src/qcm_qmux.c