Commit 7ac40e0e authored by Nils Goroll's avatar Nils Goroll

esi nexuses have their own gzip context

using the paren't was wong
parent f5db5a5a
......@@ -2792,7 +2792,7 @@ vped_deliver(struct req *req, struct boc *boc, int wantbody)
VSLdbg(req, "vped_deliver: ESI");
VDP_Push(req, &VDP_pesi_buf, pesi);
AZ(push_vdps(req, &parent->nexus.gzip));
AZ(push_vdps(req, &node->nexus.gzip));
AN(parent);
AZ(VDP_Push(req, &vped_to_parent, parent->nexus.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