[Webkit-unassigned] [Bug 135213] Failed to load resource: The network connection was lost.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 27 14:04:19 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=135213


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |ap at webkit.org




--- Comment #3 from Alexey Proskuryakov <ap at webkit.org>  2014-07-27 14:04:32 PST ---
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
...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list