Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Preserve case for HTTP header names#3533

Merged
shyamnamboodiripad merged 3 commits into
dotnet:mainfrom
shyamnamboodiripad:fixheaders
Apr 29, 2024
Merged

Preserve case for HTTP header names#3533
shyamnamboodiripad merged 3 commits into
dotnet:mainfrom
shyamnamboodiripad:fixheaders

Conversation

@shyamnamboodiripad

Copy link
Copy Markdown
Contributor

Also fixes a typo in a type name.

}

var headerName = headerNode.NameNode.Text.ToLowerInvariant();
var headerName = headerNode.NameNode.Text;

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line contains the main fix.

@shyamnamboodiripad
shyamnamboodiripad merged commit 79fa393 into dotnet:main Apr 29, 2024
@colombod colombod added the Area-HTTP HttpKernel, Visual Studio HTTP Editor label Apr 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Area-HTTP HttpKernel, Visual Studio HTTP Editor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants