-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XMLHttpRequest.getAllResponseHeaders should use CRLF
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 #10034 Differential Revision: D3917020 fbshipit-source-id: f4e920f6bebacc3aa5c52c84348157d2b530480f
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters