WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 14831
14832
REGRESSION: status code of local failed GET request set to -1100 instead of 400
https://bugs.webkit.org/show_bug.cgi?id=14832
Summary
REGRESSION: status code of local failed GET request set to -1100 instead of 400
Jesse Costello-Good
Reported
2007-07-31 11:44:20 PDT
var r = new XMLHttpRequest(); r.open("GET", "nowhere.html", false); r.send(); assertEquals(400, r.status);
Attachments
Add attachment
proposed patch, testcase, etc.
Jesse Costello-Good
Comment 1
2007-07-31 11:44:33 PDT
The status code on the Intel nightly is now 112 instead of 400.
Jesse Costello-Good
Comment 2
2007-07-31 11:50:31 PDT
*** This bug has been marked as a duplicate of
14831
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug