Commit cc03355c authored by Tollef Fog Heen's avatar Tollef Fog Heen

Hint storage to Transient for hit-for-pass too

parent 7fd3aa3f
......@@ -600,7 +600,7 @@ cnt_fetchbody(struct worker *wrk, struct req *req)
l += strlen("Content-Length: XxxXxxXxxXxxXxxXxx") + sizeof(void *);
if (bo->exp.ttl < cache_param->shortlived ||
req->objcore == NULL)
pass == 1)
bo->storage_hint = TRANSIENT_STORAGE;
AZ(bo->stats);
......
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