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.
1 parent d751704 commit e0e6a19Copy full SHA for e0e6a19
src/xhr.js
@@ -21,7 +21,7 @@ Request.prototype.send = function(callback) {
21
if (xdr.responseText === 'Request Entity Too Large') {
22
callback(413, xdr.responseText);
23
} else {
24
- callback(400, xdr.responseText);
+ callback(500, xdr.responseText);
25
}
26
};
27
xdr.ontimeout = function () {};
0 commit comments