mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-29 15:59:39 +08:00
Summary: XMLHttpRequest.prototype.getAllResponseHeaders was previously joining the headers with `\n`. The spec at: https://xhr.spec.whatwg.org/#the-getallresponseheaders()-method step 3.2, requires the headers to be joined using `\r\n`. Closes https://github.com/facebook/react-native/pull/10034 Differential Revision: D3917020 fbshipit-source-id: f4e920f6bebacc3aa5c52c84348157d2b530480f