Skip to content

Conversation

@HueCodes
Copy link

Trailer header values were stored as HeaderValue and compared against HeaderName, causing case mismatch. Convert to HeaderName during parsing to normalize case per RFC 9110.

Closes #4010

Trailer header values were stored as HeaderValue and compared against
HeaderName, causing case mismatch. Convert to HeaderName during parsing
to normalize case per RFC 9110.

Closes hyperium#4010
@pborzenkov
Copy link

pborzenkov commented Jan 13, 2026

Oh, sorry, haven't seen you've already come up with a PR and made my own to address the issue: #4012

Feel free to close mine.

@HueCodes
Copy link
Author

Hey thanks for the reply. I'm happy to close mine and look for a new issue to tackle. Just let me know what works best for you!

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.

HTTP/1.1 trailers are case-sensitive

2 participants