/*
- * $Id: HttpHeader.cc,v 1.97 2004/09/24 22:24:33 hno Exp $
+ * $Id: HttpHeader.cc,v 1.98 2004/09/26 16:38:01 hno Exp $
*
* DEBUG: section 55 HTTP Header
* AUTHOR: Alex Rousskov
assert(id >= 0 && id < HDR_ENUM_END);
- return strBuf(Headers[id].name);
+ return Headers[id].name.buf();
}
int
/*
- * $Id: client_side_reply.cc,v 1.71 2004/09/25 15:54:12 hno Exp $
+ * $Id: client_side_reply.cc,v 1.72 2004/09/26 16:38:01 hno Exp $
*
* DEBUG: section 88 Client-side Reply Routines
* AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c)
*/
if (e->store_status != STORE_OK)
- http->log_type = LOG_TCP_MISS;
+ http->logType = LOG_TCP_MISS;
else if (e->mem_status == IN_MEMORY)
http->logType = LOG_TCP_MEM_HIT;
else if (Config.onoff.offline)