/*
- * $Id: client_side.cc,v 1.68 1996/11/24 02:37:34 wessels Exp $
+ * $Id: client_side.cc,v 1.69 1996/11/27 22:19:18 wessels Exp $
*
* DEBUG: section 33 Client-side Routines
* AUTHOR: Duane Wessels
debug(33, 3, "icpProcessExpired: FD %d '%s'\n", fd, icpState->url);
+ BIT_SET(icpState->request->flags, REQ_REFRESH);
icpState->old_entry = icpState->entry;
entry = storeCreateEntry(url,
request_hdr,
/*
- * $Id: neighbors.cc,v 1.91 1996/11/26 23:21:52 wessels Exp $
+ * $Id: neighbors.cc,v 1.92 1996/11/27 22:19:20 wessels Exp $
*
* DEBUG: section 15 Neighbor Routines
* AUTHOR: Harvest Derived
if (BIT_TEST(request->flags, REQ_NOCACHE))
if (neighborType(e, request) == EDGE_SIBLING)
return 0;
+ if (BIT_TEST(request->flags, REQ_REFRESH))
+ if (neighborType(e, request) == EDGE_SIBLING)
+ return 0;
if (e->pinglist == NULL && e->acls == NULL)
return do_ping;
do_ping = 0;