Subject: | LWP::UserAgent no longer decodes gzipped responses |
Older versions of LWP used to decoded gzipped content, and it doesn't
seem to do that anymore. I notice this breaking my apps, and a few test
suites on CPAN. Is this a "feature"?
To see the bug in action, try:
GET -H'Accept-encoding: compress, gzip' http://slashdot.org/
This used to print slashdot, now it prints the gzipped version. In fact,
GET -H'Accept-encoding: compress, gzip' http://slashdot.org/ | zcat
works fine, and prints slashdot.
--
Jonathan Rockway <jrockway@cpan.org>