From: hno <> Date: Tue, 23 Oct 2001 17:05:16 +0000 (+0000) Subject: Removed duplicate ipcacheInvalidate call X-Git-Tag: SQUID_3_0_PRE1~1328 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02bf391b4a51f312ee38ed60dd644ab4cb083610;p=thirdparty%2Fsquid.git Removed duplicate ipcacheInvalidate call --- diff --git a/src/client_side.cc b/src/client_side.cc index ca171c57f9..e5f9169dd7 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -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) {