Re: Downloading a page compressed

2004-12-29 Thread Andy Lester
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. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Downloading a page compressed

2004-12-29 Thread Bjoern Hoehrmann
* Octavian Rasnita wrote: >Please tell me how can I use the $request->header() in order to request a >page in compressed format (with gzip). HTTP/1.1 uses the "TE" and "Accept-Encoding" headers to specify that the client supports gzip compression. LWP should take care of the TE header automaticall

Downloading a page compressed

2004-12-29 Thread Octavian Rasnita
Hi, Please tell me how can I use the $request->header() in order to request a page in compressed format (with gzip). Thank you. Teddy

Re: Minor bugs in libwww-perl-5.803 fixed in Debian

2004-12-29 Thread Alexey Tourbin
Hello, On Tue, Dec 28, 2004 at 11:29:40PM -0500, Jay Bonci wrote: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=286775 > > Fix: lib/Net/HTTP/Methods.pm (line 432): > $chunk_len =~ s/\;.*//; # ignore potential chunk parameters > > (Escapes the semi) What's wrong with semicolon not being es

Minor bugs in libwww-perl-5.803 fixed in Debian

2004-12-29 Thread Jay Bonci
Hello everyone. I've taken over maintenance of libwww-perl inside of debian (from Michael Dorman). With the release coming soon, I've updated into unstable/ the newest version of libwww-perl from CPAN. It is the same as the distribution, with two very small bugfixes, which you may wish to roll int