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).
*** Bug 135193 has been marked as a duplicate of this bug. ***
<rdar://problem/17815707>
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 ...