Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(http1): backport "ignore chunked trailers (#2357)" to 0.13#2363

Merged
seanmonstar merged 1 commit intohyperium:0.13.xfrom
vectordotdev:0.13.x
Dec 16, 2020
Merged

fix(http1): backport "ignore chunked trailers (#2357)" to 0.13#2363
seanmonstar merged 1 commit intohyperium:0.13.xfrom
vectordotdev:0.13.x

Conversation

@MOZGIII
Copy link

@MOZGIII MOZGIII commented Dec 16, 2020

Original PR:

Previously, hyper returned an "Invalid chunk end CR" error on chunked
responses with trailers, as described in RFC 7230 Section 4.1.2. This
commit adds code to ignore the trailers.

Closes #2171

This PR backports it to 0.13.

Previously, hyper returned an "Invalid chunk end CR" error on chunked
responses with trailers, as described in RFC 7230 Section 4.1.2. This
commit adds code to ignore the trailers.

Closes hyperium#2171
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.

3 participants