/*
- * $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
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,