]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Explain empty code block (empty for now, that is) :)
authorJim Jagielski <jim@apache.org>
Tue, 5 May 2009 16:55:56 +0000 (16:55 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 5 May 2009 16:55:56 +0000 (16:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771925 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index 04623a876d52ccb9a8090819ba2f0ba64f5327b8..3df4c33a42db95b60725b8e4db68decff8a048dd 100644 (file)
@@ -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;