]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux_quic: handle MAX_STREAMS for uni stream in QMux
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 21 May 2026 13:50:06 +0000 (15:50 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 21 May 2026 13:57:20 +0000 (15:57 +0200)
commitf9d4d659a478fb3dea73bca12261e32f892ea0b3
tree7466d1b2226b8c2ed9297fedba89c67059a1ce8a
parentc0aa91a202b8588bf032b272b1717d57ded4a8a7
MINOR: mux_quic: handle MAX_STREAMS for uni stream in QMux

Handle reception of a MAX_STREAMS frame for unidirectional stream usage
when using QMux. This simply consists in using qcc_recv_max_streams() as
with QUIC protocol.
src/qcm_qmux.c