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

Case Sensitive Headers Matching #193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anikoloutsos
Copy link

Fixes #192

  • Added case-insensitive check to getResponseHeadersStartingWith method
  • Added validation for null prefix

- Added case-insensitive check to getResponseHeadersStartingWith method
- Added validation for null prefix
Copy link

@pdowler pdowler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had a fix fo this in PR #188 but since I didn't add test code this is perferrable.

Once minor improvement: the prefix.toLowerCase() on line 42 can be done once outside the for loop (yeah, optimizer and/or string interning probably make it not matter, but still...)

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.

Account Information metadata cannot be resolved due to case-sensitive headers matching
2 participants