This is a known issue it only affects Squid 3.0 of current branches. The bug is not in Squid itself but in the website IIS server. Which should not be sending chunked-encoding content back to an HTTP/1.0 client or proxy.
see, for background http://squidproxy.wordpress.com/2008/04/29/chunked-decoding/ There is a workaround for 3.0 by adding this to your config: acl broken dstdomain <broken_domains> request_header_accesss deny Accept-Encoding broken A workaround has been added to squid 2.6+ and the upcoming 3.1+ which resolves this without special configuration. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

