Bug 14832

Summary: REGRESSION: status code of local failed GET request set to -1100 instead of 400
Product: WebKit Reporter: Jesse Costello-Good <jesse>
Component: XMLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   

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
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.