Skip to content

HTTP/3: Fix decoding trailing headers#46734

Merged
JamesNK merged 1 commit intodotnet:masterfrom
JamesNK:jamesnk/httpclient-trailers
Jan 8, 2021
Merged

HTTP/3: Fix decoding trailing headers#46734
JamesNK merged 1 commit intodotnet:masterfrom
JamesNK:jamesnk/httpclient-trailers

Conversation

@JamesNK
Copy link
Member

@JamesNK JamesNK commented Jan 8, 2021

Fixes #46263

HttpClient uses void Decode(ReadOnlySpan<byte> headerBlock, IHttpHeadersHandler handler). Also need to reset decoder status there.

@ghost
Copy link

ghost commented Jan 8, 2021

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

Issue Details

HttpClient uses void Decode(ReadOnlySpan<byte> headerBlock, IHttpHeadersHandler handler). Also need to reset decoder status there.

Author: JamesNK
Assignees: -
Labels:

area-System.Net.Http

Milestone: -

@JamesNK JamesNK force-pushed the jamesnk/httpclient-trailers branch from eeee7ae to 6e35830 Compare January 8, 2021 07:35
@JamesNK JamesNK force-pushed the jamesnk/httpclient-trailers branch from 7abacb5 to f3d0a36 Compare January 8, 2021 09:15
@JamesNK JamesNK merged commit 97d11fb into dotnet:master Jan 8, 2021
@karelz karelz added this to the 6.0.0 milestone Jan 26, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Feb 25, 2021
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.

[HTTP/3] Error when reading trailing headers (unit tests)

4 participants