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

HTTP header keys are case-insensitive #40

Merged
merged 1 commit into from
Jan 21, 2022

Conversation

AlyoshaVasilieva
Copy link
Contributor

Use the uncased crate when HTTP client is enabled to ensure this.

Fixes #39 in my brief test of my project, tested on an ESP32-C3.

Use the `uncased` crate when HTTP client is enabled to ensure this
@ivmarkov
Copy link
Collaborator

This is great! I'll merge it even though CI fails, as it fails due to a completely different reason.

With that said, the experimental HTTPD server needs a similar fix here. Are you up for applying the same fix there as well?

@ivmarkov ivmarkov merged commit d7ba4dc into esp-rs:master Jan 21, 2022
jendakol pushed a commit to jendakol/esp-idf-svc that referenced this pull request Sep 23, 2022
Use the `uncased` crate when HTTP client is enabled to ensure this
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 headers wrongly treated as case-sensitive by client
2 participants