Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B96D79DE for ; Thu, 25 Aug 2011 23:11:36 +0000 (UTC) Received: (qmail 38661 invoked by uid 500); 25 Aug 2011 23:11:35 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 38590 invoked by uid 500); 25 Aug 2011 23:11:34 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 38582 invoked by uid 99); 25 Aug 2011 23:11:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2011 23:11:34 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [188.40.99.202] (HELO eru.sfritsch.de) (188.40.99.202) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2011 23:11:26 +0000 Received: from [10.1.1.6] (helo=k.localnet) by eru.sfritsch.de with esmtp (Exim 4.72) (envelope-from ) id 1Qwj4k-000765-H5 for dev@httpd.apache.org; Fri, 26 Aug 2011 01:11:06 +0200 From: Stefan Fritsch To: dev@httpd.apache.org Subject: Re: svn commit: r1161661 - /httpd/httpd/trunk/modules/http/byterange_filter.c Date: Fri, 26 Aug 2011 01:11:05 +0200 User-Agent: KMail/1.13.7 (Linux/3.0.0-1-amd64; KDE/4.6.5; x86_64; ; ) References: <20110825173819.8448423889B3@eris.apache.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201108260111.05794.sf@sfritsch.de> X-Virus-Checked: Checked by ClamAV on apache.org On Thursday 25 August 2011, Jim Jagielski wrote: > Be my guest. commit and fix rp's concerns. OK, done that. Trunk r1161791 passes all tests, including the new byterange3.t and byterange4.t.