Thanks a lot, Suman! This patch solved my problem!
-----Original Message-----
From: Suman Mukherjee [mailto:SMukherjee@bloxx.com]
Sent: Wednesday, March 14, 2007 4:47 PM
To: Mikhail Pykhov
Cc: henrik@henriknordstrom.net
Subject: RE: [squid-users] Squid drops connection after a minute
Hi Mikhail
Hope this'll solve your problem.
Regards
Suman
-----Original Message-----
From: Suman Mukherjee
Sent: 21 February 2007 15:49
To: 'Henrik Nordstrom'
Subject: Download time issue: Squid 2.6
Hi Henrik
In Squid 2.6.STABLE9 I have faced a problem.
While downloading a big file, squid is getting timeout.
Reason:
There are two socket connections.
1. Accepted request from client side.
2. Read data from file descriptor.
However after 5 minutes time frame connection 1 is getting timed out and
that forced connection 2 to quit.
This got solved when I add the following line in clientReadRequest
function within client_side.c before line if (parser_return_code < 0)
commSetTimeout(fd, Config.Timeout.lifetime, clientLifetimeTimeout,
http);
I'd like to know whether this line will break any squid feature or not?
Regards
Suman Mukherjee
Received on Wed Mar 14 2007 - 09:55:47 MDT
This archive was generated by hypermail pre-2.1.9 : Sat Mar 31 2007 - 13:00:02 MDT