Commit 1614204
committed
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.1 parent 3cfb08c commit 1614204
1 file changed
Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4607 | 4607 | | |
4608 | 4608 | | |
4609 | 4609 | | |
4610 | | - | |
4611 | | - | |
4612 | | - | |
4613 | | - | |
4614 | | - | |
4615 | | - | |
4616 | | - | |
4617 | | - | |
| 4610 | + | |
| 4611 | + | |
4618 | 4612 | | |
4619 | 4613 | | |
4620 | 4614 | | |
| |||
0 commit comments