mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Enable retry=0 for the worker.
This allows to have an option to always retry the workers in error state instead using a specified time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@451575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1780,7 +1780,7 @@ PROXY_DECLARE(apr_status_t) ap_proxy_initialize_worker(proxy_worker *worker, ser
|
||||
}
|
||||
|
||||
/* Set default parameters */
|
||||
if (!worker->retry) {
|
||||
if (!worker->retry_set) {
|
||||
worker->retry = apr_time_from_sec(PROXY_WORKER_DEFAULT_RETRY);
|
||||
}
|
||||
/* By default address is reusable */
|
||||
|
Reference in New Issue
Block a user