Index: squid/src/client_side.c diff -c squid/src/client_side.c:1.561.2.25 squid/src/client_side.c:1.561.2.26 *** squid/src/client_side.c:1.561.2.25 Mon Nov 11 14:00:23 2002 --- squid/src/client_side.c Wed Jan 8 21:15:50 2003 *************** *** 1548,1554 **** if (e->mem_status == IN_MEMORY) http->log_type = LOG_TCP_MEM_HIT; clientSendMoreData(data, buf, size); ! } else if (refreshCheckHTTP(e, r) && !http->flags.internal) { debug(33, 5) ("clientCacheHit: in refreshCheck() block\n"); /* * We hold a stale copy; it needs to be validated --- 1548,1554 ---- if (e->mem_status == IN_MEMORY) http->log_type = LOG_TCP_MEM_HIT; clientSendMoreData(data, buf, size); ! } else if (!Config.onoff.offline && refreshCheckHTTP(e, r) && !http->flags.internal) { debug(33, 5) ("clientCacheHit: in refreshCheck() block\n"); /* * We hold a stale copy; it needs to be validated