]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed duplicate ipcacheInvalidate call
authorhno <>
Tue, 23 Oct 2001 17:05:16 +0000 (17:05 +0000)
committerhno <>
Tue, 23 Oct 2001 17:05:16 +0000 (17:05 +0000)
src/client_side.cc

index ca171c57f92e4febe8273af09e7b193b30dbb4b5..e5f9169dd7b0e5aca48fdf2bb5878ff06182c79e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.550 2001/10/23 11:00:41 hno Exp $
+ * $Id: client_side.cc,v 1.551 2001/10/23 11:05:16 hno Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -2235,7 +2235,6 @@ clientProcessRequest2(clientHttpRequest * http)
     if (r->flags.nocache) {
        debug(33, 3) ("clientProcessRequest2: no-cache REFRESH MISS\n");
        http->entry = NULL;
-       ipcacheInvalidate(r->host);
        return LOG_TCP_CLIENT_REFRESH_MISS;
     }
     if (NULL == r->range) {