/*
- * $Id: client_side.cc,v 1.36 1996/09/23 22:13:05 wessels Exp $
+ * $Id: client_side.cc,v 1.37 1996/09/23 22:14:43 wessels Exp $
*
* DEBUG: section 33 Client-side Routines
* AUTHOR: Duane Wessels
httpParseHeaders(hbuf, entry->mem_obj->reply);
ttlSet(entry);
} else {
- debug(33,1,"icpHandleIMSReply: No end-of-headers, len=%d\n", len);
- debug(33,1," --> '%s'\n", entry->url);
+ debug(33, 1, "icpHandleIMSReply: No end-of-headers, len=%d\n", len);
+ debug(33, 1, " --> '%s'\n", entry->url);
}
put_free_8k_page(hbuf);
if (unlink_request) {
/*
- * $Id: stat.cc,v 1.75 1996/09/23 22:13:58 wessels Exp $
+ * $Id: stat.cc,v 1.76 1996/09/23 22:14:43 wessels Exp $
*
* DEBUG: section 18 Cache Manager Statistics
* AUTHOR: Harvest Derived
#if USE_ICMP
meta_data.netdb * sizeof(struct netdbEntry) +
#endif
- meta_data.misc;
+ meta_data.misc;
}
#ifdef UNUSED_CODE