Commit b59a7337 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Reset filter_list on retry.

Spotted by:	slink
parent 948de551
......@@ -240,6 +240,7 @@ vbf_stp_retry(struct worker *wrk, struct busyobj *bo)
bo->storage = NULL;
bo->do_esi = 0;
bo->do_stream = 1;
bo->filter_list = NULL;
// XXX: BereqEnd + BereqAcct ?
VSL_ChgId(bo->vsl, "bereq", "retry", VXID_Get(wrk, VSL_BACKENDMARKER));
......
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