Jonathan Larmour writes:
>Tim Thornley wrote:
>>
>> I have had trouble posting mp3's to mp3.com
>>
>> The problem is the default timeout of 15 minutes for read_timeout since it
>> takes more than 60 minutes to post some mp3's to that site via a modem.
>
>I think the problem is that if doing a POST request, squid still thinks that
>the server link is inactive.
>
>Perhaps pumpServerCopy() in pump.c should contain the line:
>
> commSetTimeout(p->s_fd, Config.Timeout.read, pumpTimeout, p);
>
>at the end?
No, probably it should contain
commSetTimeout(p->s_fd, -1, NULL, NULL);
in pumpServerCopyComplete().
Duane W.
Received on Mon Feb 15 1999 - 14:51:37 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:44:34 MST