We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1795b1a + cf34243 commit d89aa80Copy full SHA for d89aa80
src/Network/HTTP/Affjax.js
@@ -61,7 +61,7 @@ exports._ajax = function (mkHeader, options, canceler, errback, callback) {
61
xhr.onload = function () {
62
callback({
63
status: xhr.status,
64
- headers: xhr.getAllResponseHeaders().split("\n")
+ headers: xhr.getAllResponseHeaders().split("\r\n")
65
.filter(function (header) {
66
return header.length > 0;
67
})
0 commit comments