Skip to content

Conversation

@github-actions
Copy link
Contributor

This PR was automatically generated to sync shared code changes from aspnetcore. Fixes dotnet/aspnetcore#18943

@github-actions github-actions bot requested a review from a team November 25, 2021 19:09
@ghost
Copy link

ghost commented Nov 25, 2021

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

This PR was automatically generated to sync shared code changes from aspnetcore. Fixes dotnet/aspnetcore#18943

Author: github-actions[bot]
Assignees: -
Labels:

area-System.Net.Http

Milestone: -

@JamesNK
Copy link
Member

JamesNK commented Nov 25, 2021

This change makes QPACK's Decode method consistent with HPACK's by adding an endHeaders argument.

The bool argument doesn't do anything at the moment but in the future it will be used to validate that headers were completely read when endHeaders is true. Today QPACK header data could be truncated to an invalid state and the consuming app wouldn't be notified.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The runtime<->aspnetcore shared src is out of sync

4 participants