From: Jim Jagielski Date: Tue, 5 May 2009 16:55:56 +0000 (+0000) Subject: Explain empty code block (empty for now, that is) :) X-Git-Tag: 2.3.3~652 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8fa2a05a1dabed40f4cca941dee9a2ba735e7ca7;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 04623a876d5..3df4c33a42d 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -2349,6 +2349,11 @@ PROXY_DECLARE(int) ap_proxy_connect_backend(const char *proxy_function, } else { 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->retries = 0;