Ian Eure wrote:
> I use the Debian ``apt-get'' tool to upgrade the packages on my Debian
> systems, the squid dies. Apt-get gives the following errors:
...
> Nov 15 16:27:28 Phalanx squid[8803]: clientKeepaliveNextRequest:
> entry->swap_status == STORE_ABORTED
> Nov 15 16:27:38 Phalanx squid[8915]: Starting Squid Cache version
> 2.0.PATCH2 for i386-debian-linux-gnu...
This looks like a Squid bug with pipelined connections.
A workaround could be to limit the number of concurrent requests to 1 /
client connection.
Change
if (nrequests >= 2) {
to
if (nrequests >= 1) {
in src/client_side.c:clientReadRequest (line 2696 in my copy)
--- Henrik Nordstrom Spare time Squid hackerReceived on Sat Nov 28 1998 - 08:10:16 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:43:23 MST