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 A70F3719C for ; Fri, 16 Sep 2011 15:24:34 +0000 (UTC) Received: (qmail 70609 invoked by uid 500); 16 Sep 2011 15:24:33 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 70537 invoked by uid 500); 16 Sep 2011 15:24:33 -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 70501 invoked by uid 99); 16 Sep 2011 15:24:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2011 15:24:33 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 76.96.62.24 is neither permitted nor denied by domain of jim@jagunet.com) Received: from [76.96.62.24] (HELO qmta01.westchester.pa.mail.comcast.net) (76.96.62.24) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2011 15:24:24 +0000 Received: from omta19.westchester.pa.mail.comcast.net ([76.96.62.98]) by qmta01.westchester.pa.mail.comcast.net with comcast id ZTP61h00327AodY51TQ4ND; Fri, 16 Sep 2011 15:24:04 +0000 Received: from [192.168.199.10] ([69.251.84.64]) by omta19.westchester.pa.mail.comcast.net with comcast id ZTQ31h00l1PGofZ3fTQ34q; Fri, 16 Sep 2011 15:24:04 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1244.3) Subject: Re: svn commit: r1169756 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/core.xml include/ap_mmn.h include/http_core.h modules/http/byterange_filter.c server/core.c From: Jim Jagielski In-Reply-To: <4E735C71.5070505@apache.org> Date: Fri, 16 Sep 2011 11:24:02 -0400 Content-Transfer-Encoding: 7bit Message-Id: <25E1F331-C566-40D1-99EA-5443727EE8AB@jaguNET.com> References: <20110912141554.BC1B523888EA@eris.apache.org> <4E735C71.5070505@apache.org> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.1244.3) On Sep 16, 2011, at 10:25 AM, Ruediger Pluem wrote: > > Shouldn't this be AP_MAXOVERLAPS_DEFAULT? > > > Shouldn't this be AP_MAXREVERSALS_DEFAULT? > I didn't want to further pollute the namespace so I use the AP_MAXRANGES_* macros for all the range-setting stuff. After all, they are pretty much used as simple flags: #define AP_MAXRANGES_UNSET -1 #define AP_MAXRANGES_DEFAULT -2 #define AP_MAXRANGES_UNLIMITED -3 #define AP_MAXRANGES_NORANGES 0