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: | XML | Assignee: | 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
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
The status code on the Intel nightly is now 112 instead of 400.
Jesse Costello-Good
*** This bug has been marked as a duplicate of 14831 ***