Bug 20658
Summary: | Loading terrine.de/cms results in NSURLErrorDomain:-1011 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Zedler <michael.zedler> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ap, aroben, mrowe |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://terrine.de/cms |
Michael Zedler
The website works in IE, FF and Opera, but Safari 3.1.2 and Webkit ToT give on OX X 10.4 "NSURLErrorDomain:-1011" and on aroben's OS X 10.5 "NSURLErrorDomain:-1015".
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
For what it's worth, -1015 is kCFURLErrorCannotDecodeRawData, while -1011 is NSURLErrorBadServerResponse.
That said, the page loads correctly for me.
Alexey Proskuryakov
I do get the -1015 error on Leopard on most attempts. Unfortunately, this doesn't reproduce with a local copy of the server's HTTP response, even when served with nc, which makes me think that this is a timing issue in CFNetwork.
Alexey Proskuryakov
<rdar://problem/6203363>
Alexey Proskuryakov
Closing as INVALID per out process as a non-WebKit bug. It will continue to be investigated by Apple engineers internally, thank you for reporting it!