Skip to content

Commit

Permalink
SQUASHME: withdraw unscheduled bgfetch
Browse files Browse the repository at this point in the history
  • Loading branch information
dridi committed Feb 28, 2024
1 parent 141308d commit cf932ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/varnishd/cache/cache_req_fsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ cnt_lookup(struct worker *wrk, struct req *req)
(void)HSH_DerefObjCore(wrk, &req->objcore);

if (busy != NULL) {
(void)HSH_DerefObjCore(wrk, &busy);
HSH_Withdraw(wrk, &busy);
VRY_Clear(req);
}

Expand Down

0 comments on commit cf932ca

Please sign in to comment.