[webkit-reviews] review denied: [Bug 50746] [Qt] GZip-Compressed content is not shown if end-of-file marker is missing : [Attachment 76036] Ignore HttpError when the HTTP status code is 200 and at least some data was received

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 14:18:51 PST 2011


Benjamin Poulain <benjamin.poulain at nokia.com> has denied Thomas Thrainer
<thomas.thrainer at jambit.com>'s request for review:
Bug 50746: [Qt] GZip-Compressed content is not shown if end-of-file marker is
missing
https://bugs.webkit.org/show_bug.cgi?id=50746

Attachment 76036: Ignore HttpError when the HTTP status code is 200 and at
least some data was received
https://bugs.webkit.org/attachment.cgi?id=76036&action=review

------- Additional Comments from Benjamin Poulain <benjamin.poulain at nokia.com>
This is a bad idea. If a page has status 200, and the network is disconnected
in the middle of the load, the frame will report loadFinished as if everything
was find.

And this patch is without test and changelog :)


More information about the webkit-reviews mailing list