]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
For the DBM SSL Session Cache, propogate down pools to use for allocations. In most...
authorPaul Querna <pquerna@apache.org>
Fri, 8 Jun 2007 20:18:17 +0000 (20:18 +0000)
committerPaul Querna <pquerna@apache.org>
Fri, 8 Jun 2007 20:18:17 +0000 (20:18 +0000)
commitff8ea3c24c0d3d7df8d7fac0766351a5f024da26
tree8b3180a25c8ce887a96cbe422bcefd26220e4004
parent6995a0dd6ab82aa00b36e864d172ed87dcb52503
For the DBM SSL Session Cache, propogate down pools to use for allocations.  In most cases, we can use the conn_rec::pool, but for ssl_callback_DelSessionCacheEntry, we still use the long lived configuration pool, but this change at least makes it easier to fix in the future.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@545610 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_private.h
modules/ssl/ssl_scache.c
modules/ssl/ssl_scache_dbm.c