Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bad assert in TxBuffer::mark_as_acked() #353

Merged
merged 1 commit into from Dec 17, 2019

Conversation

agrover
Copy link
Contributor

@agrover agrover commented Dec 14, 2019

It is not true that highest_offset >= offset+len, because we unmark ranges
that were sent but need to be retransmitted (b/c lost.) If this happens and
then an ack comes in for the range, that is ok.

fixes #352

@ddragana
Copy link
Contributor

We will need more test here. I think I have already open an issue for that.

It is not true that highest_offset >= offset+len, because we unmark ranges
that were sent but need to be retransmitted (b/c lost.) If this happens and
then an ack comes in for the range, that is ok.

fixes mozilla#352
@mergify mergify bot merged commit 104f4fc into mozilla:master Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash in [@ neqo_transport::send_stream::TxBuffer::mark_as_acked]
2 participants