]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove interal MISS trap
authorwessels <>
Thu, 9 Apr 1998 08:51:43 +0000 (08:51 +0000)
committerwessels <>
Thu, 9 Apr 1998 08:51:43 +0000 (08:51 +0000)
src/client_side.cc

index 0be146f62e59c3e27de23a92c8c1da5b3dbc7d6b..aca0a2901291fb3be5bd5ea6aab4d7762a686fdd 100644 (file)
@@ -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,