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

QPACK: Handle it as an error if we receive an ack for a section for w… #268

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

normanmaurer
Copy link
Member

…hich we have no indices.

Motivation:

We should treat it as an error if we receive an ack for a section for which we have no indices.

Modifications:

Throw exception if we receive an ack for a section that has no indices

Result:

Correctly handle acks

…hich we have no indices.

Motivation:

We should treat it as an error if we receive an ack for a section for which we have no indices.

Modifications:

Throw exception if we receive an ack for a section that has no indices

Result:

Correctly handle acks
@normanmaurer normanmaurer added this to the 0.0.23.Final milestone Dec 1, 2023
@normanmaurer normanmaurer merged commit 69d9196 into main Dec 1, 2023
5 checks passed
@normanmaurer normanmaurer deleted the ack_invalid branch December 1, 2023 09:52
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.

1 participant