mod_ssl useless CRL object reinitialisation ?

2008-12-23 Thread Nick Gearls
Hello, In ssl_engine_kernel.c, line 1439 in ssl_callback_SSLVerify_CRL(), we reinitialise a new CRL by calling object SSL_X509_STORE_lookup(). This was already performed at the beginning of the function. Couldn't we reuse the first one instead of cleaning it and reusing it ? I don't see any

Re: svn commit: r729059 - in /httpd/httpd/trunk/modules/mem: ./ .deps Makefile Makefile.in config5.m4 mod_plainmem.c mod_sharedmem.c modules.mk sharedmem_util.c sharedmem_util.h slotmem.h

2008-12-23 Thread Paul Querna
j...@apache.org wrote: Author: jim Date: Tue Dec 23 10:39:56 2008 New Revision: 729059 URL: http://svn.apache.org/viewvc?rev=729059view=rev Log: Add in the useful slotmem memory module, from httpd-scoreboard. Cleaned up... A general question, why now? This branch:

Re: svn commit: r729059 - in /httpd/httpd/trunk/modules/mem: ./ .deps Makefile Makefile.in config5.m4 mod_plainmem.c mod_sharedmem.c modules.mk sharedmem_util.c sharedmem_util.h slotmem.h

2008-12-23 Thread Ruediger Pluem
On 12/23/2008 07:39 PM, j...@apache.org wrote: Author: jim Date: Tue Dec 23 10:39:56 2008 New Revision: 729059 URL: http://svn.apache.org/viewvc?rev=729059view=rev Log: Add in the useful slotmem memory module, from httpd-scoreboard. Cleaned up... Added: