/*
- * $Id: client_side.cc,v 1.364 1998/07/22 20:37:09 wessels Exp $
+ * $Id: client_side.cc,v 1.365 1998/07/23 23:50:51 wessels Exp $
*
* DEBUG: section 33 Client-side Routines
* AUTHOR: Duane Wessels
storeRelease(e);
http->entry = NULL;
return LOG_TCP_MISS;
+ } else if (EBIT_TEST(e->flag, ENTRY_SPECIAL)) {
+ /* Special entries are always hits, no matter what the client says */
+ http->entry = e;
+ return LOG_TCP_HIT;
} else if (EBIT_TEST(r->flags, REQ_NOCACHE)) {
/* NOCACHE should always eject a negative cached object */
if (EBIT_TEST(e->flag, ENTRY_NEGCACHED))