From: robertc <> Date: Tue, 21 Oct 2003 15:22:59 +0000 (+0000) Subject: Still generate ranges on non cachable requests X-Git-Tag: SQUID_3_0_PRE4~1178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15604bd36417130f2a92a750a7731599396d6ea5;p=thirdparty%2Fsquid.git Still generate ranges on non cachable requests --- diff --git a/src/client_side.cc b/src/client_side.cc index 5728cbdff7..8069e107c5 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.663 2003/10/16 20:47:58 robertc Exp $ + * $Id: client_side.cc,v 1.664 2003/10/21 09:22:59 robertc Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -1073,8 +1073,6 @@ ClientSocketContext::buildRangeHeader(HttpReply * rep) range_err = "canonization failed"; else if (http->request->range->isComplex()) range_err = "too complex range header"; - else if (!request->flags.cachable) /* from we_do_ranges in http.c */ - range_err = "non-cachable request"; #if 0