/*
- * $Id: peer_digest.cc,v 1.21 1998/05/05 05:36:34 wessels Exp $
+ * $Id: peer_digest.cc,v 1.22 1998/05/05 23:01:25 wessels Exp $
*
* DEBUG: section 72 Peer Digest Routines
* AUTHOR: Alex Rousskov
assert(p);
EBIT_SET(p->digest.flags, PD_REQUESTED);
/* compute future request components */
- url = internalRemoteUri(p->host, p->http_port, "", StoreDigestUrlPath);
+ url = internalRemoteUri(p->host, p->http_port, "/squid-internal-periodic/", StoreDigestUrlPath);
key = storeKeyPublic(url, METHOD_GET);
debug(72, 2) ("peerDigestRequest: %s key: %s\n", url, storeKeyText(key));
req = requestLink(urlParse(METHOD_GET, url));
/*
- * $Id: store_digest.cc,v 1.12 1998/05/05 03:50:01 wessels Exp $
+ * $Id: store_digest.cc,v 1.13 1998/05/05 23:02:50 wessels Exp $
*
* DEBUG: section 71 Store Digest Manager
* AUTHOR: Alex Rousskov
}
debug(71, 2) ("storeDigestRewrite: start rewrite #%d\n", sd_state.rewrite_count + 1);
/* make new store entry */
- url = internalLocalUri(NULL, StoreDigestUrlPath);
+ url = internalLocalUri("/squid-internal-periodic/", StoreDigestUrlPath);
flags = 0;
EBIT_SET(flags, REQ_CACHABLE);
sd_state.rewrite_lock = e = storeCreateEntry(url, url, flags, METHOD_GET);