On Tue, Sep 25, 2012 at 2:34 PM, Jeff Trawick wrote:
> On Tue, Sep 25, 2012 at 11:54 AM, Gavin Shelley wrote:
>>
>> The comment says:
>>
>> /* Try the dead server, every 5 seconds */
>>
>> but the code looks to try for each request more than 5 seconds after the
>> dead server was fir
On Tue, Sep 25, 2012 at 11:54 AM, Gavin Shelley wrote:
>
> The comment says:
>
> /* Try the dead server, every 5 seconds */
>
> but the code looks to try for each request more than 5 seconds after the dead
> server was first noticed.
>
> If I'm correct, does the following (untested) p
The comment says:
/* Try the dead server, every 5 seconds */
but the code looks to try for each request more than 5 seconds after the dead
server was first noticed.
If I'm correct, does the following (untested) patch make sense?
Index: memcache/apr_memcache.c
==