Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retain any literal "HTTP-" in header names #950

Merged

Conversation

elliterate
Copy link
Contributor

If a literal HTTP- exists in a request header name, it will appear as HTTP_ in the Rack environment. This shouldn't be removed when extracting it from the environment.

If a literal "HTTP-" exists in a request header name, it will appear as
"HTTP_" in the Rack environment. This shouldn't be removed when
extracting it from the environment.
Copy link
Member

@HazAT HazAT left a comment

Choose a reason for hiding this comment

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

Thx

@HazAT HazAT merged commit 68e575e into getsentry:master Mar 2, 2020
@elliterate elliterate deleted the bugs/retain-literal-http-in-header-name branch March 2, 2020 09:16
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.

None yet

2 participants