Skip to content

Case Sensitive Headers Matching#193

Open
anikoloutsos wants to merge 1 commit into
javaswift:masterfrom
anikoloutsos:case_sensitive_headers_matching_fix
Open

Case Sensitive Headers Matching#193
anikoloutsos wants to merge 1 commit into
javaswift:masterfrom
anikoloutsos:case_sensitive_headers_matching_fix

Conversation

@anikoloutsos
Copy link
Copy Markdown

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
Copy Markdown

@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