/*
- * $Id: access_log.cc,v 1.40 1998/07/24 14:40:51 wessels Exp $
+ * $Id: access_log.cc,v 1.41 1998/08/17 18:48:57 wessels Exp $
*
* DEBUG: section 46 Access Log
* AUTHOR: Duane Wessels
"TCP_REFRESH_MISS",
"TCP_CLIENT_REFRESH_MISS",
"TCP_IMS_HIT",
- "TCP_IMS_MISS",
"TCP_SWAPFAIL_MISS",
"TCP_NEGATIVE_HIT",
"TCP_MEM_HIT",
/*
- * $Id: client_side.cc,v 1.380 1998/08/17 16:44:02 wessels Exp $
+ * $Id: client_side.cc,v 1.381 1998/08/17 18:48:59 wessels Exp $
*
* DEBUG: section 33 Client-side Routines
* AUTHOR: Duane Wessels
memFree(MEM_4K_BUF, buf);
clientProcessMiss(http);
} else if (modifiedSince(e, http->request)) {
- http->log_type = LOG_TCP_IMS_MISS;
+ http->log_type = LOG_TCP_IMS_HIT;
clientSendMoreData(data, buf, size);
} else {
MemBuf mb = httpPacked304Reply(e->mem_obj->reply);
/*
- * $Id: enums.h,v 1.115 1998/08/16 06:35:17 wessels Exp $
+ * $Id: enums.h,v 1.116 1998/08/17 18:49:00 wessels Exp $
*
*
* SQUID Internet Object Cache http://squid.nlanr.net/Squid/
LOG_TCP_REFRESH_MISS,
LOG_TCP_CLIENT_REFRESH_MISS,
LOG_TCP_IMS_HIT,
- LOG_TCP_IMS_MISS,
LOG_TCP_SWAPFAIL_MISS,
LOG_TCP_NEGATIVE_HIT,
LOG_TCP_MEM_HIT,