]> granicus.if.org Git - apache/commit
ssl_util_getmodconfig() and ssl_util_getmodconfig_ssl() show up high
authorDoug MacEachern <dougm@apache.org>
Thu, 29 Nov 2001 05:45:48 +0000 (05:45 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 29 Nov 2001 05:45:48 +0000 (05:45 +0000)
commit29ba8b4f1d397602d2390e1c000f8645f7f895ca
tree3cceee97e00b183f5d09ff2eb35a73cb381112ca
parent1497bb60539458709017d74b44278eefa0f4b3b1
ssl_util_getmodconfig() and ssl_util_getmodconfig_ssl() show up high
in the gprof profile.  there's no need for the "global" SSLModConfigRec
to live in the s->process->pool userdata table.  we now just point the
SSLSrvConfigRec in each server_rec.module_config to the SSLModConfigRec
so we can access it directly which is much faster.
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92234 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/mod_ssl.h
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_util.c