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

response.headers['my-header'] should case insensitive #366

Closed
krames opened this issue Jan 31, 2014 · 1 comment
Closed

response.headers['my-header'] should case insensitive #366

krames opened this issue Jan 31, 2014 · 1 comment

Comments

@krames
Copy link
Contributor

krames commented Jan 31, 2014

Recently fog has recently been impacted several times by the case sensitivity of response.headers. It seems to be a valid expectation that this would be case insensitive.

I propose that we deprecate response.get_header and update the header implementation. This related to issue #363.

@geemus
Copy link
Contributor

geemus commented Jan 31, 2014

I have some concern about performance implications for this. case insensitive lookup is inherently slower, probably a small amount in some cases, but these lookups happen kind of a lot. Something to think about anyway.

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