Commit 776c8386 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a missing VDP flush operation after ESI:includes.

In incredibly seldom circumstances this bug would cause ESI:include
data to be bad.

Fixes:	#1852
parent 4463fbef
......@@ -775,6 +775,7 @@ VED_Deliver(struct req *req, struct boc *boc, int wantbody)
else
VDP_push(req, ved_vdp_bytes, ecx->preq, 1);
(void)VDP_DeliverObj(req);
(void)VDP_bytes(req, VDP_FLUSH, NULL, 0);
}
VDP_close(req);
}
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