mirror of
https://github.com/status-im/react-native.git
synced 2025-02-10 16:36:25 +00:00
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>