Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit cf932ca

Browse files
committed
SQUASHME: withdraw unscheduled bgfetch
1 parent 141308d commit cf932ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/varnishd/cache/cache_req_fsm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ cnt_lookup(struct worker *wrk, struct req *req)
672672
(void)HSH_DerefObjCore(wrk, &req->objcore);
673673

674674
if (busy != NULL) {
675-
(void)HSH_DerefObjCore(wrk, &busy);
675+
HSH_Withdraw(wrk, &busy);
676676
VRY_Clear(req);
677677
}
678678

0 commit comments

Comments
 (0)