]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove shmht session cache in favour of shmcb; shmht has had
authorJoe Orton <jorton@apache.org>
Tue, 25 Nov 2003 15:46:37 +0000 (15:46 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 25 Nov 2003 15:46:37 +0000 (15:46 +0000)
commit0969ed508e655e61afaafc29107465ee7c644ce3
treecde26891e3fb376382d2207d24b0e8072123e3d3
parent55e7c2df40f3037024c901ee02c77310a1abeb7f
Remove shmht session cache in favour of shmcb; shmht has had
data corruption bugs since being apr_rmm'ified.

* config.m4, mod_ssl.dsp: Don't build ssl_util_table and
ssl_scache_shmht.

* ssl_util_table.h, ssl_util_table.c, ssl_scache_shmht.c: Removed
files.

* mod_ssl.h (SSLModConfigRec): Use a void * pointer for storing
the scache-specific data.

* ssl_engine_config.c (ssl_cmd_SSLSessionCache): Treat shmht: as
shmcb:.

* ssl_scache.c: Remove shmht hooks throughout.

* ssl_scache_shmcb.c: Remove casts to use the table_t * pointer as a
void *.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@101888 13f79535-47bb-0310-9956-ffa450edef68
config.m4
mod_ssl.dsp
mod_ssl.h
ssl_engine_config.c
ssl_scache.c
ssl_scache_shmcb.c
ssl_scache_shmht.c [deleted file]
ssl_util_table.c [deleted file]
ssl_util_table.h [deleted file]