> -----Original Message-----
> From: Jim Jagielski [mailto:j...@jagunet.com]
> Sent: Dienstag, 2. Februar 2016 22:44
> To: httpd
> Subject: Worker states for balancer members
> 
> Getting back to this discussion...
> 
> Right now we have:
> 
>    o #define PROXY_WORKER_DISABLED       0x0020
>    o #define PROXY_WORKER_STOPPED        0x0040
>    o #define PROXY_WORKER_IN_ERROR       0x0080
>    o #define PROXY_WORKER_HC_FAIL        0x0400
> 
> Are these bit flags part of our API?? Could I, for example,

I think they are as they are part of mod_proxy.h and other 3rd party
proxy modules may have consumed them.


> make PROXY_WORKER_DISABLED == PROXY_WORKER_STOPPED == 0x0060
> for example?

Hm. What if 3rd party modules only set 0x0040 or 0x0020 as they are using the 
old
values? Wouldn't that create some possible weird side effects?
I mean no issue for trunk, but don't think this would be correct for 
backporting.

Regards

Rüdiger

Reply via email to