Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 92004 invoked from network); 4 Jul 2009 07:54:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jul 2009 07:54:20 -0000 Received: (qmail 95884 invoked by uid 500); 4 Jul 2009 07:54:30 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 95800 invoked by uid 500); 4 Jul 2009 07:54:30 -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 95790 invoked by uid 99); 4 Jul 2009 07:54:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jul 2009 07:54:30 +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; Sat, 04 Jul 2009 07:54:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D2CA92388877; Sat, 4 Jul 2009 07:54:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r791078 - /httpd/httpd/branches/2.2.x/STATUS Date: Sat, 04 Jul 2009 07:54:07 -0000 To: cvs@httpd.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090704075407.D2CA92388877@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rpluem Date: Sat Jul 4 07:54:07 2009 New Revision: 791078 URL: http://svn.apache.org/viewvc?rev=791078&view=rev Log: * Add comment and vote. 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?rev=791078&r1=791077&r2=791078&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Sat Jul 4 07:54:07 2009 @@ -92,13 +92,16 @@ Trunk version of patch: #1 folded in during core output filter refactoring #2 http://svn.apache.org/viewvc?view=rev&revision=521681 - +1: jorton, jim + +1: jorton, jim, rpluem rpluem asks: Are we sure that b is never NULL? Otherwise we would need to add http://svn.apache.org/viewvc?view=rev&revision=568202 as on trunk to avoid segfaults. trawick responds: if b were NULL, we would have segfaulted earlier when ap_pass_brigade "calls" APR_BRIGADE_LAST(bb) + rpluem: Ahh good point. Meanwhile I had a look at trunk and the + event MPM is calling the core output filter directly without + ap_pass_brigade. So I am +1. PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ]