mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Fold in initial template for methods to be able to
reset (initialize) and "age" their data, useful when adding new workers, or when workers come back into the fold.... Logic and code to come in a bit :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@769020 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2346,6 +2346,8 @@ PROXY_DECLARE(int) ap_proxy_connect_backend(const char *proxy_function,
|
||||
worker->hostname);
|
||||
}
|
||||
else {
|
||||
if (worker->s->retries) {
|
||||
}
|
||||
worker->s->error_time = 0;
|
||||
worker->s->retries = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user