Andy Lester <[EMAIL PROTECTED]> writes: > On Dec 29, 2004, at 6:02 PM, Bjoern Hoehrmann wrote: > > > > Note that LWP does not automatically remove the gzip compression in > > this > > case > > WWW::Mechanize does, however.
And LWP does it if you ask for the $response->decoded_content instead of $response->content. The decoded_content method was introduced in LWP-5.802. Regards, Gisle