Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 36139 invoked from network); 9 Dec 2006 16:55:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Dec 2006 16:55:55 -0000 Received: (qmail 11353 invoked by uid 500); 9 Dec 2006 16:56:03 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 11152 invoked by uid 500); 9 Dec 2006 16:56:03 -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 11124 invoked by uid 99); 9 Dec 2006 16:56:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Dec 2006 08:56:02 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Dec 2006 08:55:54 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id E99E51A9846; Sat, 9 Dec 2006 08:55:10 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r485011 - /httpd/httpd/branches/2.2.x/STATUS Date: Sat, 09 Dec 2006 16:55:10 -0000 To: cvs@httpd.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061209165510.E99E51A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rpluem Date: Sat Dec 9 08:55:09 2006 New Revision: 485011 URL: http://svn.apache.org/viewvc?view=rev&rev=485011 Log: * Vote and give comments Modified: httpd/httpd/branches/2.2.x/STATUS Modified: httpd/httpd/branches/2.2.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?view=diff&rev=485011&r1=485010&r2=485011 ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Sat Dec 9 08:55:09 2006 @@ -262,7 +262,7 @@ http://svn.apache.org/viewvc?view=rev&revision=484783 2.2.x version of patch: Trunk version works. - +1: jim + +1: jim, rpluem * mod_proxy_balancer: Remove unnecessary lock/unlock for the post_request hook. We are actually doing nothing here. @@ -273,6 +273,8 @@ 2.2.x version of patch: Trunk version works. +1: jim + +0: rpluem: Shouldn't we remove this code on 2.2.x? Keeping seems to be ok + for me on trunk, but on a stable branch? * mod_proxy: Log unlock errors (as we do with locking errors). Add additional clarification on where the error occurred. @@ -283,4 +285,5 @@ 2.2.x version of patch: Trunk version works. +1: jim + rpluem says: r484787 does not apply cleanly to 2.2.x