/*
- * $Id: client_side.cc,v 1.47 1996/10/17 11:17:42 wessels Exp $
+ * $Id: client_side.cc,v 1.48 1996/10/22 04:27:58 wessels Exp $
*
* DEBUG: section 33 Client-side Routines
* AUTHOR: Duane Wessels
}
} else {
/* the client can handle this reply, whatever it is */
+ icpState->log_type = LOG_TCP_EXPIRED_MISS;
if (mem->reply->code == 304) {
icpState->old_entry->timestamp = squid_curtime;
icpState->old_entry->refcount++;
+ icpState->log_type = LOG_TCP_EXPIRED_HIT;
}
- icpState->log_type = LOG_TCP_EXPIRED_MISS;
storeUnlockObject(icpState->old_entry);
}
icpState->old_entry = NULL; /* done with old_entry */