From 8fa2a05a1dabed40f4cca941dee9a2ba735e7ca7 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 5 May 2009 16:55:56 +0000 Subject: [PATCH] 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 --- modules/proxy/proxy_util.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 04623a876d..3df4c33a42 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;