On Fri, 16 Jan 2004, Derek Winkler wrote:

> I've now retrieved these jpeg images with wget both with and without squid.
> 
> When squid returns them to wget, it has a \r \n added on to the beginning.
> 
> Sounds like a squid bug to me.

Can you please send 

   tcpdump -i any -s 1600 -w dump.out \
        '(' host the.web.server.ip and port 80 ')' \
        or '(' host your.squid.server.ip and port 3128 ')'

for

a) a wget request not using Squid.

b) from the Squid proxy when using wget via Squid.

(replace 3128 by your proxy port if different).

and please make sure the object is not cached.

Regards
Henrik

Reply via email to