Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XMLHttpRequest: ignore case for request headers
Summary: HTTP headers are case-insensitive, so we should treat them that way when they're being set on `XMLHttpRequest`. Closes #1381 Github Author: Philipp von Weitershausen <philikon@fb.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
- Loading branch information
7069e4c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does this commit actually fix? it definitely caused issues. there are many 3rd party api servers that have case sensitive header requirements.