mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-24 20:31:00 +01:00
CLEANUP: mux-quic: adjust comment on qcs_consume()
Since a previous refactoring, application protocol layer is not require anymore to call qcs_consume(). This function is now automatically used by the MUX itself.
This commit is contained in:
parent
649b3fd9aa
commit
36d4b5e31d
@ -380,9 +380,8 @@ static inline struct buffer qcs_b_dup(const struct ncbuf *b)
|
|||||||
return b_make(ncb_orig(b), b->size, b->head, ncb_data(b, 0));
|
return b_make(ncb_orig(b), b->size, b->head, ncb_data(b, 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remove <bytes> from <qcs> Rx buffer. This must be called by transcoders
|
/* Remove <bytes> from <qcs> Rx buffer. Flow-control for received offsets may
|
||||||
* after STREAM parsing. Flow-control for received offsets may be allocated for
|
* be allocated for the peer if needed.
|
||||||
* the peer if needed.
|
|
||||||
*/
|
*/
|
||||||
static void qcs_consume(struct qcs *qcs, uint64_t bytes)
|
static void qcs_consume(struct qcs *qcs, uint64_t bytes)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user