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.