Bug#553345: [workaround] libwww-perl: Should accept x-bzip2

Celejar celejar at gmail.com
Thu Nov 26 05:28:59 UTC 2009


I suppose that this is obvious enough, but FTR, until / unless this is
fixed, a workaround is to follow every invocation of the UserAgent
(where you'll eventually be calling decoded_content() or similar) with
something like:

$res->content_encoding('x-bzip2') if (defined $res->content_encoding) && ($res->content_encoding eq 'bzip2');

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator






More information about the pkg-perl-maintainers mailing list