Merge branch 'master' of github.com:litespeedtech/lsquic

This commit is contained in:
George Wang 2022-01-11 11:10:41 -05:00
commit f9e1c11a39
1 changed files with 4 additions and 2 deletions

View File

@ -1853,8 +1853,10 @@ mini_conn_ci_packet_in (struct lsquic_conn *lconn,
process_deferred_packets(mc);
}
else
LSQ_DEBUG("won't defer more than %u packets: drop",
MINI_CONN_MAX_DEFERRED);
{
process_packet(mc, packet_in);
process_deferred_packets(mc);
}
}