Commit 17f14aad authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Log an error if we fail to get storage

Conflicts:
	bin/varnishd/cache/cache_fetch.c
parent 69897c6b
......@@ -858,6 +858,7 @@ vbf_stp_error(struct worker *wrk, struct busyobj *bo)
bo->vfc->esi_req = bo->bereq;
if (vbf_beresp2obj(bo)) {
(void)VFP_Error(bo->vfc, "Could not get storage");
VSB_delete(synth_body);
return (F_STP_FAIL);
}
......
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