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

Bugfix: Don't strip whitespace from values before inserting into environ #434

Merged
merged 3 commits into from
Feb 5, 2024

Conversation

digitalresistor
Copy link
Member

This fixes a small bug where the value of the header would get stripped when inserted into the environ so it no longer matched.

Closes #432

@digitalresistor digitalresistor merged commit 8565e0d into main Feb 5, 2024
29 checks passed
@digitalresistor digitalresistor deleted the bugfix/dont-strip-value-wsgi-environ branch February 5, 2024 05:02
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.

\xa0 and \x85 are stripped from the ends of header values
1 participant