Re: svn commit: r1638879 - /httpd/httpd/trunk/server/mpm/event/event.c

2014-11-16 Thread Yann Ylavic
Hi, Maybe it would make sense to clear the recycled pool in ap_push_pool(), that would simplify caller's life (currently we always do it before the call). How about the attached patch? Regards, Yann. On Sun, Nov 16, 2014 at 6:55 AM, Marion Christophe JAILLET christophe.jail...@wanadoo.fr

Re: svn commit: r1638879 - /httpd/httpd/trunk/server/mpm/event/event.c

2014-11-16 Thread Eric Covener
On Sun, Nov 16, 2014 at 7:27 AM, Yann Ylavic ylavic@gmail.com wrote: Hi, Maybe it would make sense to clear the recycled pool in ap_push_pool(), that would simplify caller's life (currently we always do it before the call). +1

Re: svn commit: r1639814 - /httpd/httpd/trunk/modules/aaa/mod_authnz_fcgi.c

2014-11-16 Thread Yann Ylavic
On Sat, Nov 15, 2014 at 1:57 PM, Jeff Trawick traw...@gmail.com wrote: I was looking at the diffs for 2.4 and noticed some vestigial code from the first revision; please check the attached patch to see if you agree with some additional removals. Agreed, I should have reverted the patch and

A few ApacheBench bugs/feature requests

2014-11-16 Thread Baris Yuksel
Hi, I have filed a few bugs/feature requests for AB. I tried to assign them to myself (I have a few fixes/patches), but I could figure it out how. What is the process for it? I apologize for spamming if this is trivial, b. https://issues.apache.org/bugzilla/show_bug.cgi?id=57218

Re: svn commit: r1638879 - /httpd/httpd/trunk/server/mpm/event/event.c

2014-11-16 Thread Yann Ylavic
On Sun, Nov 16, 2014 at 3:54 PM, Eric Covener cove...@gmail.com wrote: On Sun, Nov 16, 2014 at 7:27 AM, Yann Ylavic ylavic@gmail.com wrote: Maybe it would make sense to clear the recycled pool in ap_push_pool(), that would simplify caller's life (currently we always do it before the call).

Re: A few ApacheBench bugs/feature requests

2014-11-16 Thread Eric Covener
On Sun, Nov 16, 2014 at 4:33 PM, Baris Yuksel barisyuk...@google.com wrote: Hi, I have filed a few bugs/feature requests for AB. I tried to assign them to myself (I have a few fixes/patches), but I could figure it out how. What is the process for it? I apologize for spamming if this is

Re: svn commit: r1639814 - /httpd/httpd/trunk/modules/aaa/mod_authnz_fcgi.c

2014-11-16 Thread Yann Ylavic
On Sun, Nov 16, 2014 at 10:06 PM, Yann Ylavic ylavic@gmail.com wrote: On Sat, Nov 15, 2014 at 1:57 PM, Jeff Trawick traw...@gmail.com wrote: I was looking at the diffs for 2.4 and noticed some vestigial code from the first revision; please check the attached patch to see if you agree with