]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
avoid calling ssl_util_vhostid() (and apr_sprintf underneath) at
authorDoug MacEachern <dougm@apache.org>
Wed, 28 Nov 2001 05:44:50 +0000 (05:44 +0000)
committerDoug MacEachern <dougm@apache.org>
Wed, 28 Nov 2001 05:44:50 +0000 (05:44 +0000)
commitac2aa4aad34deb009bbdbf3490d7be1f6d5641ba
tree6320f364cdffd5244c9f12d96dc7871eadbce4d2
parenta0fcfd71cc61aebf3fc5c2f77c7d43638dc2c41e
avoid calling ssl_util_vhostid() (and apr_sprintf underneath) at
request time by calling it at startup time and saving the value in the
SSLSrvConfigRec.
PR:
Obtained from:
Submitted by:
Reviewed by:

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