Thx!

BTW, do you have pointers on how to use your "new" Coccinelle/spatch
script to assign AH log numbers?

> On Jan 19, 2016, at 2:44 PM, Rainer Jung <[email protected]> wrote:
> 
> Am 19.01.2016 um 20:02 schrieb Jim Jagielski:
>> Ahhh... yeah, I guess updating all the usages to do
>> that makes sense.
> 
> Done in r1725602.
> 
>>> On Jan 19, 2016, at 1:59 PM, Ruediger Pluem <[email protected]> wrote:
>>> 
>>> 
>>> 
>>> On 01/19/2016 06:45 PM, Jim Jagielski wrote:
>>>> 
>>>>> On Jan 19, 2016, at 11:09 AM, Ruediger Pluem <[email protected]> wrote:
>>>>> 
>>>>>> +    } else {
>>>>>> +        if (rv != APR_SUCCESS) {
>>>>>> +            worker->s->error_time = now;
>>>>>> +            worker->s->fcount += 1;
>>>>>> +            if (worker->s->fcount >= worker->s->fails) {
>>>>>> +                ap_proxy_set_wstatus('#', 1, worker);
>>>>> 
>>>>> Wouldn't it be better to use the define from mod_proxy.h instead of the 
>>>>> literal?
>>>>> 
>>>> 
>>>> ??
>>>> 
>>>> Using ap_proxy_set_wstatus() is the standard method for setting
>>>> or clearing the bits in the worker status.
>>>> 
>>> 
>>> Sorry for being confusing I meant using PROXY_WORKER_HC_FAIL_FLAG instead 
>>> of '#'.
>>> 
>>> Regards
>>> 
>>> RĂ¼diger

Reply via email to