1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

Explain empty code block (empty for now, that is) :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771925 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2009-05-05 16:55:56 +00:00
parent 10a704fe68
commit 8fa2a05a1d

View File

@@ -2349,6 +2349,11 @@ PROXY_DECLARE(int) ap_proxy_connect_backend(const char *proxy_function,
} }
else { else {
if (worker->s->retries) { if (worker->s->retries) {
/*
* A worker came back. So here is where we need to
* either reset all params to initial conditions or
* apply some sort of aging
*/
} }
worker->s->error_time = 0; worker->s->error_time = 0;
worker->s->retries = 0; worker->s->retries = 0;