/*
- * $Id: peer_digest.cc,v 1.33 1998/05/27 22:51:57 rousskov Exp $
+ * $Id: peer_digest.cc,v 1.34 1998/05/29 20:59:08 rousskov Exp $
*
* DEBUG: section 72 Peer Digest Routines
* AUTHOR: Alex Rousskov
}
#else
assert(!req->header.len);
- {
- HttpHdrCc *cc = httpHdrCcCreate();
- EBIT_SET(cc->mask, CC_ONLY_IF_CACHED);
- httpHeaderPutStr(&req->header, HDR_ACCEPT, StoreDigestMimeStr);
- httpHeaderPutStr(&req->header, HDR_ACCEPT, "text/html");
- httpHeaderPutCc(&req->header, cc);
- httpHdrCcDestroy(cc);
- }
+ httpHeaderPutStr(&req->header, HDR_ACCEPT, StoreDigestMimeStr);
+ httpHeaderPutStr(&req->header, HDR_ACCEPT, "text/html");
#endif
/* create fetch state structure */
fetch = memAllocate(MEM_DIGEST_FETCH_STATE);