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

Use the correct flag to controll EXP_Touch() calls

parent 6675a655
......@@ -100,7 +100,7 @@ cnt_deliver(struct worker *wrk, struct req *req)
assert(req->obj->objcore->refcnt > 0);
req->t_resp = W_TIM_real(wrk);
if (!(req->obj->objcore->flags & OC_F_PRIVATE))
if (req->obj->objcore->flags & OC_F_EXP)
EXP_Touch(req->obj->objcore, req->t_resp);
HTTP_Setup(req->resp, req->ws, req->vsl, SLT_RespMethod);
......
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