On 6/24/2015 3:12 PM, Jim Jagielski wrote:
> All LBmethods have an "age" function which is designed to appropriately
> "age" the data so that things even out after awhile. Of course, right
> now, none actually *uses* that.
>
I had never realized this function exists... what triggers it? ... or
ar
Just a quick observation on the patch, you know you can use a tristate to
avoid an int?
Simply set the value to 2 in the config-create (the enum being off=0, on=1,
unset=2), check for RHS 'unset' during the merge, and in the feature toggle
test, explicitly check test for == of the non-default valu
To be more clear, that's only true for GETLINE or when NONBLOCK_READ
is used, not for READBYTES.
On Thu, Jun 25, 2015 at 11:02 PM, Yann Ylavic wrote:
> IMHO, the core_input_filter() should not return APR_SUCCESS with an
> empty brigade when the underlying socket is EOF, APR_EOF would be more
> ap
IMHO, the core_input_filter() should not return APR_SUCCESS with an
empty brigade when the underlying socket is EOF, APR_EOF would be more
appropriate.
On Thu, Jun 25, 2015 at 10:44 PM, wrote:
> Author: covener
> Date: Thu Jun 25 20:44:42 2015
> New Revision: 1687642
>
> URL: http://svn.apache.o
On Wed, Jun 24, 2015 at 11:09 PM, Eric Covener wrote:
> SubstituteInheritBefore
I chose this one, was the easiest for me to write its doc.
Committed in r1687539.
Hello,
I'd like to ask for feedback about module that I called mod_auth_fixup.
It is available at
https://fedorapeople.org/cgit/adelton/public_git/mod_auth_fixup.git/
and I'd like to know if the Apache HTTP Server team would find
it useful for inclusion in httpd's distribution, and if n