Commit e75ecffe authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

A clarifying comment.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4223 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7d36ca38
......@@ -502,6 +502,12 @@ cnt_fetch(struct sess *sp)
HSH_DerefObjCore(sp);
}
/*
* At this point we are either committed to flesh out the busy
* object we have in the hash or we have let go of it if we ever
* had one.
*/
if (sp->wrk->cacheable) {
CHECK_OBJ_NOTNULL(sp->objhead, OBJHEAD_MAGIC);
CHECK_OBJ_NOTNULL(sp->objcore, OBJCORE_MAGIC);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment