From: wessels <> Date: Thu, 9 Apr 1998 08:51:43 +0000 (+0000) Subject: remove interal MISS trap X-Git-Tag: SQUID_3_0_PRE1~3538 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4a3903427f1a1f1c65fba973c05f62083eac8cd;p=thirdparty%2Fsquid.git remove interal MISS trap --- diff --git a/src/client_side.cc b/src/client_side.cc index 0be146f62e..aca0a29012 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.268 1998/04/09 02:25:20 wessels Exp $ + * $Id: client_side.cc,v 1.269 1998/04/09 02:51:43 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -1341,8 +1341,6 @@ clientProcessRequest2(clientHttpRequest * http) StoreEntry *e; if ((e = http->entry = storeGet(key)) == NULL) { /* this object isn't in the cache */ - if (http->internal) - debug_trap("TCP_MISS for internal object"); return LOG_TCP_MISS; } else if (EBIT_TEST(e->flag, ENTRY_SPECIAL)) { /* ideally, special entries should be processed later,