Commit 4f989db6 authored by Nils Goroll's avatar Nils Goroll

no-copy mode for ESI fragments had gone lost

parent 9a0f7f12
......@@ -538,7 +538,7 @@ pesi_buf_bytes(struct req *req, enum vdp_action act, void **priv,
* valid. We only do this check once
*
*/
if ((node->type == T_NEXUS) &&
if (VSTAILQ_FIRST(&parent->nexus.children) == NULL &&
(req->objcore->flags & OC_F_FINAL) == 0 &&
req->objcore->stobj->stevedore->methods == &SML_methods) {
AZ(parent->nexus.oc);
......
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