Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force
responseHeaders
to lower case to respect case-insensitivity
Summary: `XMLHttpRequest.getResponseHeader` is case-insensitive, therefor the React-Native implementation needs to mimic this behavior as to not break libraries that are dependent on this. There is a corresponding issue in `superagent` but this is the root cause (ladjs/superagent#636). Closes facebook#1138 Github Author: Ryan Pastorelle <rpastorelle@yahoo.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
- Loading branch information