Skip to content

Verify servers handle headers case-insensitive#1050

Open
Kaliumhexacyanoferrat wants to merge 1 commit into
MDA2AV:mainfrom
Kaliumhexacyanoferrat:lower-cased-header-validation
Open

Verify servers handle headers case-insensitive#1050
Kaliumhexacyanoferrat wants to merge 1 commit into
MDA2AV:mainfrom
Kaliumhexacyanoferrat:lower-cased-header-validation

Conversation

@Kaliumhexacyanoferrat

@Kaliumhexacyanoferrat Kaliumhexacyanoferrat commented Jul 25, 2026

Copy link
Copy Markdown
Collaborator

Per RFC 9110 header names in H1 are supposed to be interpreted independent from their casing (so content-length or CONTENT-LENGTH are both valid). As this requires the server to normalize the names before comparing them, this is somewhat performance relevant, at least in pipelining and maybe even on baseline - therefore we should verify that.

@Kaliumhexacyanoferrat
Kaliumhexacyanoferrat marked this pull request as ready for review July 25, 2026 15:15
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