Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 52259 invoked from network); 5 May 2009 16:56:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 May 2009 16:56:59 -0000 Received: (qmail 55190 invoked by uid 500); 5 May 2009 16:56:59 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 55116 invoked by uid 500); 5 May 2009 16:56:59 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 55107 invoked by uid 99); 5 May 2009 16:56:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 16:56:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 16:56:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 572662388920; Tue, 5 May 2009 16:56:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r771925 - /httpd/httpd/trunk/modules/proxy/proxy_util.c Date: Tue, 05 May 2009 16:56:01 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090505165606.572662388920@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jim Date: Tue May 5 16:55:56 2009 New Revision: 771925 URL: http://svn.apache.org/viewvc?rev=771925&view=rev Log: Explain empty code block (empty for now, that is) :) Modified: httpd/httpd/trunk/modules/proxy/proxy_util.c Modified: httpd/httpd/trunk/modules/proxy/proxy_util.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/proxy_util.c?rev=771925&r1=771924&r2=771925&view=diff ============================================================================== --- httpd/httpd/trunk/modules/proxy/proxy_util.c (original) +++ httpd/httpd/trunk/modules/proxy/proxy_util.c Tue May 5 16:55:56 2009 @@ -2349,6 +2349,11 @@ } 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;