Search squid archive

RE: Squid drops connection after a minute

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 Thanks a lot, Suman! This patch solved my problem!

-----Original Message-----
From: Suman Mukherjee [mailto:SMukherjee@xxxxxxxxx] 
Sent: Wednesday, March 14, 2007 4:47 PM
To: Mikhail Pykhov
Cc: henrik@xxxxxxxxxxxxxxxxxxx
Subject: RE:  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



[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux