mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* modules/proxy/proxy_util.c (ap_proxy_share_worker): Skip creating subpool
for debugging unless debug-level logging is enabled. No functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1832951 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1930,7 +1930,8 @@ PROXY_DECLARE(apr_status_t) ap_proxy_share_worker(proxy_worker *worker, proxy_wo
|
||||
}
|
||||
worker->s = shm;
|
||||
worker->s->index = i;
|
||||
{
|
||||
|
||||
if (APLOGdebug(ap_server_conf)) {
|
||||
apr_pool_t *pool;
|
||||
apr_pool_create(&pool, ap_server_conf->process->pool);
|
||||
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, ap_server_conf, APLOGNO(02338)
|
||||
|
Reference in New Issue
Block a user