From: robertc <> Date: Wed, 18 Jun 2003 18:24:02 +0000 (+0000) Subject: Summary: Really fix bug #646 X-Git-Tag: SQUID_3_0_PRE1~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c362252974f6a7be08bc3c9d1d6b2b6b87fceb8;p=thirdparty%2Fsquid.git Summary: Really fix bug #646 Keywords: Really fix it this time. --- diff --git a/src/HttpHdrRange.cc b/src/HttpHdrRange.cc index c7399f09e8..e510877469 100644 --- a/src/HttpHdrRange.cc +++ b/src/HttpHdrRange.cc @@ -1,6 +1,6 @@ /* - * $Id: HttpHdrRange.cc,v 1.33 2003/05/24 12:43:30 robertc Exp $ + * $Id: HttpHdrRange.cc,v 1.34 2003/06/18 12:24:02 robertc Exp $ * * DEBUG: section 64 HTTP Range Header * AUTHOR: Alex Rousskov @@ -590,7 +590,7 @@ HttpHdrRange::offsetLimitExceeded() const if (firstOffset() == -1) /* tail request */ - return false; + return true; if ((ssize_t)Config.rangeOffsetLimit >= firstOffset()) /* below the limit */