]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Still generate ranges on non cachable requests
authorrobertc <>
Tue, 21 Oct 2003 15:22:59 +0000 (15:22 +0000)
committerrobertc <>
Tue, 21 Oct 2003 15:22:59 +0000 (15:22 +0000)
src/client_side.cc

index 5728cbdff7d9016a3fcf530b29a720fb7c16a624..8069e107c5fe96d2a327cbe73a94e22ee9e32c93 100644 (file)
@@ -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