mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
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@92215 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -190,6 +190,7 @@ void *ssl_config_server_merge(apr_pool_t *p, void *basev, void *addv)
|
||||
SSLSrvConfigRec *add = (SSLSrvConfigRec *)addv;
|
||||
SSLSrvConfigRec *new = (SSLSrvConfigRec *)apr_palloc(p, sizeof(SSLSrvConfigRec));
|
||||
|
||||
cfgMergeString(szVHostID);
|
||||
cfgMergeBool(bEnabled);
|
||||
cfgMergeString(szCACertificatePath);
|
||||
cfgMergeString(szCACertificateFile);
|
||||
|
Reference in New Issue
Block a user