mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
CLEANUP: quic: complete comment on qcs_try_to_consume
Specify the return value usage.
This commit is contained in:
parent
f89094510c
commit
95e50fbeff
1 changed files with 2 additions and 1 deletions
|
|
@ -1400,7 +1400,8 @@ static int qc_pkt_decrypt(struct quic_rx_packet *pkt, struct quic_enc_level *qel
|
|||
}
|
||||
|
||||
/* Remove from <qcs> stream the acknowledged frames.
|
||||
* Never fails.
|
||||
*
|
||||
* Returns 1 if at least one frame was removed else 0.
|
||||
*/
|
||||
static int qcs_try_to_consume(struct qcs *qcs)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue