From 02bf391b4a51f312ee38ed60dd644ab4cb083610 Mon Sep 17 00:00:00 2001 From: hno <> Date: Tue, 23 Oct 2001 17:05:16 +0000 Subject: [PATCH] Removed duplicate ipcacheInvalidate call --- src/client_side.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) { -- 2.47.3