Skip to content

Commit

Permalink
Update draft-ietf-quic-recovery.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Nov 25, 2020
1 parent 77217e1 commit 2a62624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -1739,7 +1739,7 @@ OnPacketsAcked(acked_packets):
OnPacketAcked(acked_packet)

OnPacketAcked(acked_packet):
if (ack_packet.in_flight):
if (!ack_packet.in_flight):
return;
// Remove from bytes_in_flight.
bytes_in_flight -= acked_packet.sent_bytes
Expand Down

0 comments on commit 2a62624

Please sign in to comment.