Re: Possible bug when downloading gzipped content

2005-01-01 Thread Ulf Härnhammar
Quoting Christoph Anton Mitterer [EMAIL PROTECTED]: It seems that the joecartoon.com server sends the gzip file intentionally with an appended 0xA (perhaps is even an error). Can you check if the additional 0xA byte is included in the Content-Length or not? Does it increase the C-L by one or

Re: Possible bug when downloading gzipped content

2005-01-01 Thread Christoph Anton Mitterer
Ulf Hrnhammar wrote: Can you check if the additional 0xA byte is included in the Content-Length or not? Does it increase the C-L by one or not? If it doesn't, Wget probably should ignore that byte and not save it, since it's additional data after the body and not actually included in the HTTP

Possible bug when downloading gzipped content

2004-12-30 Thread Christoph Anton Mitterer
Hello. I've tried to download some files from joecartoon.com an perhaps I've found a bug in wget. I did the following: [EMAIL PROTECTED]:~/test$ wget -S http://joecartoon.atomfilms.com/media/swf/0/public/1/joebutton.swf deb --22:57:11--

Re: Possible bug when downloading gzipped content

2004-12-30 Thread Christoph Anton Mitterer
Hello again. Perhaps I've found the reason for the strange problem which I described before. It seems that the joecartoon.com server sends the gzip file intentionally with an appended 0xA (perhaps is even an error). When I force the decompression of the file downloaded by wget I get the