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

Headers are being treated case sensitive #165

Open
TimDiam0nd opened this issue Oct 3, 2024 · 2 comments
Open

Headers are being treated case sensitive #165

TimDiam0nd opened this issue Oct 3, 2024 · 2 comments

Comments

@TimDiam0nd
Copy link

TimDiam0nd commented Oct 3, 2024

As per RFC 4485 header names/keys MUST be case insensitive.
This is generally treated fine in other libs such as requests using a CaseInsensitiveDict object.
Its also (implicitly) done within this library when using a Message object.

@jhnstrk
Copy link
Contributor

jhnstrk commented Nov 18, 2024

👍
There seems to be a typo in the title - it should be "case sensitive" (the headers are currently treated as case sensitive, when they shouldn't be).

@TimDiam0nd TimDiam0nd changed the title Headers are being treated case insensitive Headers are being treated case sensitive Nov 18, 2024
@TimDiam0nd
Copy link
Author

Good spot haha

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

No branches or pull requests

2 participants