mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 13:44:04 +00:00
5c01b1e1a0
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 https://github.com/facebook/react-native/pull/1876 Github Author: Jean Regisser <jean.regisser@gmail.com>