1
0
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:
Jim Jagielski
2009-04-27 15:02:40 +00:00
parent bdd4a30951
commit 7e145e7312
6 changed files with 44 additions and 0 deletions

View File

@@ -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;
}