4
Nothing you can do in XOOPS about it. Actually this problem is found quite often when you google for it.
Here is what the squid developers have to say about it:
Quote:
Why do I sometimes get ``Zero Sized Reply''?
This happens when Squid makes a TCP connection to an origin server, but for some reason, the connection is closed before Squid reads any data. Depending on various factors, Squid may be able to retry the request again. If you see the ``Zero Sized Reply'' error message, it means that Squid was unable to retry, or that all retry attempts also failed.
What causes a connection to close prematurely? It could be a number of things, including:
An overloaded origin server.
TCP implementation/interoperability bugs. See the System-Dependent Weirdnesses section for details.
Race conditions with HTTP persistent connections.
Buggy or misconfigured NAT boxes, firewalls, and load-balancers.
Denial of service attacks.
Utilizing TCP blackholing on FreeBSD.
You may be able to use tcpdump to track down and observe the problem.
Some users believe the problem is caused by very large cookies. One user reports that his Zero Sized Reply problem went away when he told Internet Explorer to not accept third-party cookies.
Here are some things you can try to reduce the occurance of the Zero Sized Reply error:
Delete or rename your cookie file and configure your browser to prompt you before accepting any new cookies.
Disable HTTP persistent connections with the server_persistent_connections and client_persistent_connections directives.
Disable any advanced TCP features on the Squid system. Disable ECN on Linux with echo 0 > /proc/sys/net/ipv4/tcp_ecn/.
Upgrade to Squid-2.5.STABLE4 or later to work around a Host header related bug in Cisco PIX HTTP inspection. The Cisco PIX firewall wrongly assumes the Host header can be found in the first packet of the request.
If this error causes serious problems for you and the above does not help, Squid developers would be happy to help you uncover the problem. However, we will require high-quality debugging information from you, such as tcpdump output, server IP addresses, operating system versions, and access.log entries with full HTTP headers.
Sorry, this signature is experiencing technical difficulties. We will return you to the sheduled signature as soon as possible ...