RESOLVED INVALID 135213
Failed to load resource: The network connection was lost.
https://bugs.webkit.org/show_bug.cgi?id=135213
Summary Failed to load resource: The network connection was lost.
xpech@webkit
Reported 2014-07-23 14:35:14 PDT
Hi team, the provided url works fine with all other browser and old Safari. With current release and last webkit, I've got a white page and the error in console: Failed to load resource: The network connection was lost. No messages on server side. (Apache).
Attachments
Alexey Proskuryakov
Comment 1 2014-07-24 20:07:03 PDT
*** Bug 135193 has been marked as a duplicate of this bug. ***
Alexey Proskuryakov
Comment 2 2014-07-25 14:49:42 PDT
Alexey Proskuryakov
Comment 3 2014-07-27 14:04:32 PDT
This is an issue in a closed source library below WebKit. Closing as INVALID since it not a WebKit bug, thus we cannot track fixing it here in Bugzilla. Thank you very much for reporting it! Apple will be tracking it internally as <rdar://problem/17815707>. This can be worked around server side by correcting HTTP response header. The response claims that encoding is chunked, but also provides Content-Length, which is an invalid combination: ... Transfer-Encoding: chunked Content-Length: 2481 ...
Note You need to log in before you can comment on or make changes to this bug.