I have this same error after upgrading my proxy from squid 2.7 to 3.0. The squid devs reackon the webserver is misconfigured;
They said to me;
"Please notify the webmaster of that site about the issue a well. It is
caused by a HTTP/1.1 misconfiguration at their end that 3.0 does not
cope with well.
http://squidproxy.wordpress.com/2008/04/29...decoding/"
Basically Squid 3.0 talks to webservers as an HTTP/1.0 client, but the webserver sends chunked encoding which is a feature of HTTP/1.1...BUT i couldnt see any options for tweaking chunked encoding in httpd.conf... so i dont see how it can be configured around in apache - i think it more just the way apache works. I'll just use the squid workaround, but i'd say dori34 is probably stuffed, unless PranKeh can figure out the config.