mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Return APR_EGENERAL for the error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@774423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1864,7 +1864,7 @@ PROXY_DECLARE(apr_status_t) ap_proxy_initialize_worker(proxy_worker *worker, ser
|
||||
if (worker->cp == NULL) {
|
||||
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s,
|
||||
"can not create connection pool");
|
||||
return ;
|
||||
return APR_EGENERAL;
|
||||
}
|
||||
|
||||
#if APR_HAS_THREADS
|
||||
|
Reference in New Issue
Block a user