mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 4.0.9
This commit is contained in:
parent
c4f359fcb0
commit
0b9f50b5f0
4 changed files with 7 additions and 3 deletions
|
@ -3169,7 +3169,7 @@ split_buffered_packet (lsquic_send_ctl_t *ctl,
|
|||
|
||||
LSQ_DEBUG("drop oversized buffered packet #%"PRIu64, packet_out->po_packno);
|
||||
TAILQ_REMOVE(&packet_q->bpq_packets, packet_out, po_next);
|
||||
++packet_q->bpq_count;
|
||||
--packet_q->bpq_count;
|
||||
assert(packet_out->po_loss_chain == packet_out);
|
||||
send_ctl_destroy_packet(ctl, packet_out);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue