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

Use TreeMap to store headers #2113

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Isira-Seneviratne
Copy link
Contributor

Use the TreeMap class to store the headers, as it allows keys to be checked case-insensitively.

@jhy
Copy link
Owner

jhy commented Jul 29, 2024

Hmm - this looks neater, but it changes the semantics. The LinkedHashMap implementation keeps the headers in the order they are added. But the TreeMap will sort them alphabetically. The LinkedHashMap is a deliberate choice to maintain the original order.

I thought we had tests to verify the order was maintained but I guess not. That would be good to add...

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.

2 participants