]> git.kaiwu.me - haproxy.git/commit
MINOR: mux_quic: simplify MUX_CTL_GET_NBSTRM
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 6 May 2026 07:08:35 +0000 (09:08 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 6 May 2026 08:21:16 +0000 (10:21 +0200)
commit1614204d2892fab7b32f1a5bf5db4c4a02d53056
treed8de23082b79bc3e88833a4fd6d93b4cf3d84c6c
parent3cfb08c07bbf8b7b30e5a029254c46fadbb56cf1
MINOR: mux_quic: simplify MUX_CTL_GET_NBSTRM

Since the previous patch, accounting of HTTP requests in progress on MUX
QUIC as been simplified. Now QCC <nb_hreq> identifies them until the QCS
free.

Thus, MUX_CTL_GET_NBSTRM can be simplified. Instead of relying on
<nb_sc> plus the <opening_list>, simply return <nb_hreq> value which
should be slighly identical.
src/mux_quic.c