Bug 14832 - REGRESSION: status code of local failed GET request set to -1100 instead of 400
Summary: REGRESSION: status code of local failed GET request set to -1100 instead of 400
Status: RESOLVED DUPLICATE of bug 14831
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-31 11:44 PDT by Jesse Costello-Good
Modified: 2007-07-31 11:50 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Costello-Good 2007-07-31 11:44:20 PDT
var r = new XMLHttpRequest();
r.open("GET", "nowhere.html", false);
r.send();
assertEquals(400, r.status);
Comment 1 Jesse Costello-Good 2007-07-31 11:44:33 PDT
The status code on the Intel nightly is now 112 instead of 400.
Comment 2 Jesse Costello-Good 2007-07-31 11:50:31 PDT

*** This bug has been marked as a duplicate of 14831 ***