Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 20854 invoked from network); 8 Jul 2005 16:02:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jul 2005 16:02:20 -0000 Received: (qmail 1422 invoked by uid 500); 8 Jul 2005 16:02:19 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 1340 invoked by uid 500); 8 Jul 2005 16:02:18 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 1327 invoked by uid 99); 8 Jul 2005 16:02:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 09:02:18 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mawic@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 08 Jul 2005 09:02:16 -0700 Received: (qmail invoked by alias); 08 Jul 2005 16:02:14 -0000 Received: from dsl-213-023-220-084.arcor-ip.net (EHLO [213.23.220.84]) [213.23.220.84] by mail.gmx.net (mp025) with SMTP; 08 Jul 2005 18:02:14 +0200 X-Authenticated: #20142289 Message-ID: <42CEA386.2020808@gmx.de> Date: Fri, 08 Jul 2005 18:02:14 +0200 From: Markus Wichitill User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en, de MIME-Version: 1.0 To: Joe Schaefer CC: apreq-dev@httpd.apache.org Subject: Re: [PATCH] fix off-by-one error in apreq_brigade_move() References: <20050708130318.GA30740@roonstrasse.net> <87psttidur.fsf@gemini.sunstarsys.com> In-Reply-To: <87psttidur.fsf@gemini.sunstarsys.com> X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Joe Schaefer wrote: > ++Max! This may also fix the weird leak people have been > seeing with the prefetch code as well. It does. Thanks.