Commit 672e6d76 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Go to v_b_e{} if we get a 304 without INM/IMS

Spotted by Foxik on #varnish @ irc.linpro.no.
parent 797333ed
......@@ -420,7 +420,7 @@ vbf_stp_startfetch(struct worker *wrk, struct busyobj *bo)
"304 response but not conditional fetch");
bo->htc->doclose = SC_RX_BAD;
VDI_Finish(bo->wrk, bo);
return (F_STP_FAIL);
return (F_STP_ERROR);
}
}
......
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