/*
- * $Id: neighbors.cc,v 1.46 1996/08/30 22:44:09 wessels Exp $
+ * $Id: neighbors.cc,v 1.47 1996/09/12 00:31:12 wessels Exp $
*
* DEBUG: section 15 Neighbor Routines
* AUTHOR: Harvest Derived
httpState->entry = entry;
httpProcessReplyHeader(httpState, data, data_sz);
storeAppend(entry, data, data_sz);
- storeComplete(entry);
hierarchyNote(entry->mem_obj->request,
e->type == EDGE_PARENT ? HIER_PARENT_UDP_HIT_OBJ : HIER_SIBLING_UDP_HIT_OBJ,
0,
e->host);
+ storeComplete(entry); /* This might release entry! */
if (httpState->reply_hdr)
put_free_8k_page(httpState->reply_hdr);
safe_free(httpState);