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

fix to make metadata header prefix matching case-insensitive #188

Closed
wants to merge 1 commit into from

Conversation

pdowler
Copy link

@pdowler pdowler commented Apr 27, 2021

Container and object metadata headers (X-Container-Meta-{name} and X-Object-Meta-{name}) should be compared in a case-insensitive manner. This change fixes the prefix matching static method that finds such headers.

Many web front ends (eg HAProxy load balancer) santise http headers to lower case (presumably in preparation for HTTP/2).

@pdowler
Copy link
Author

pdowler commented Jan 17, 2023

closed in favor of PR #193

@pdowler pdowler closed this Jan 17, 2023
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.

1 participant