Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect lowercase response headers set for XHR responses
Summary: Trivial change to fix the lowercase response headers set for XHR responses. What would happen is the first iterated header wouldn't be part of `_lowerCaseResponseHeaders`. Also it would mutate the original `responseHeaders` object, mixing lowercase headers with the original values. Closes #1876 Github Author: Jean Regisser <jean.regisser@gmail.com>
- Loading branch information