/*
- * $Id: client_side_reply.cc,v 1.28 2003/01/09 11:50:35 hno Exp $
+ * $Id: client_side_reply.cc,v 1.29 2003/01/09 12:24:22 robertc Exp $
*
* DEBUG: section 88 Client-side Reply Routines
* AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c)
if (e->mem_status == IN_MEMORY)
http->logType = LOG_TCP_MEM_HIT;
clientSendMoreData(context, result);
- } else if (!config.onoff.offline && refreshCheckHTTP(e, r) && !http->flags.internal) {
+ } else if (!Config.onoff.offline && refreshCheckHTTP(e, r) && !http->flags.internal) {
debug(88, 5) ("clientCacheHit: in refreshCheck() block\n");
/*
* We hold a stale copy; it needs to be validated