mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.18.2
- [BUGFIX] Send prediction: lone path challenges do not get squeezed out - Fix crash in http_client: now -K and -B can be used simultaneously
This commit is contained in:
parent
692a91022d
commit
b329a00e5e
5 changed files with 15 additions and 14 deletions
|
@ -1696,7 +1696,8 @@ lsquic_send_ctl_next_packet_to_send_predict (struct lsquic_send_ctl *ctl)
|
|||
return 0;
|
||||
}
|
||||
if ((packet_out->po_flags & PO_REPACKNO)
|
||||
&& packet_out->po_regen_sz == packet_out->po_data_sz)
|
||||
&& packet_out->po_regen_sz == packet_out->po_data_sz
|
||||
&& packet_out->po_frame_types != QUIC_FTBIT_PATH_CHALLENGE)
|
||||
{
|
||||
LSQ_DEBUG("send prediction: packet %"PRIu64" would be dropped, "
|
||||
"continue", packet_out->po_packno);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue