/*
- * $Id: client_side_reply.cc,v 1.4 2002/09/15 14:42:05 robertc Exp $
+ * $Id: client_side_reply.cc,v 1.5 2002/09/15 20:57:19 robertc Exp $
*
* DEBUG: section 88 Client-side Reply Routines
* AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c)
* it is not, then the beginning of the object data might get
* freed from memory before we need to access it.
*/
- assert(http->sc->owner == context);
+ assert(context->sc->owner == context);
#endif
/* Prepare to make a new temporary request */
clientReplyContextSaveState(context, http);
}
context->sc = storeClientListAdd(context->http->entry, context);
#if DELAY_POOLS
- delaySetStoreClient(context->http->sc, delayClient(context->http));
+ delaySetStoreClient(context->sc, delayClient(context->http));
#endif
assert(context->http->logType == LOG_TCP_HIT);
context->reqofs = 0;