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

Commit 1dd77c2

Browse files
committed
SQUASHME: prune rush policy remnant
It appeared long after the original patch series and in the absence of a merge conflict I didn't check whether it still built locally. To be squashed in the "hash: Retire HSH_RUSH_POLICY" commit.
1 parent 7e4bc71 commit 1dd77c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/varnishd/cache/cache_req_body.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ vrb_pull(struct req *req, ssize_t maxsize, objiterate_f *func, void *priv)
9696
(void)VFP_Error(vfc, "req.body filters failed");
9797
req->req_body_status = BS_ERROR;
9898
HSH_DerefBoc(req->wrk, req->body_oc);
99-
AZ(HSH_DerefObjCore(req->wrk, &req->body_oc, 0));
99+
AZ(HSH_DerefObjCore(req->wrk, &req->body_oc));
100100
return (-1);
101101
}
102102

0 commit comments

Comments
 (0)