[Webkit-unassigned] [Bug 157565] "Invalid compressed data" on website

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 27 02:27:02 PDT 2016


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

Sergio Villar Senin <svillar at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |svillar at igalia.com

--- Comment #2 from Sergio Villar Senin <svillar at igalia.com> ---
(In reply to comment #1)
> That error message comes from glib, I guess as used by libsoup to uncompress
> the http stream. It happens in g_zlib_decompressor_convert:
> 
>   res = inflate (&decompressor->zstream, Z_NO_FLUSH);
> 
>   if (res == Z_DATA_ERROR || res == Z_NEED_DICT)
>     {
>       g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_INVALID_DATA,
>                            _("Invalid compressed data"));
>       return G_CONVERTER_ERROR;
>     }

JFTR works fine with ToT.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160527/9f41601e/attachment.html>


More information about the webkit-unassigned mailing list