Commit 91372608 authored by Nils Goroll's avatar Nils Goroll

avoid flushes for buffering

parent 3f5d6eb2
......@@ -2017,6 +2017,7 @@ pesi_buf_bytes(struct req *req, enum vdp_action act, void **priv,
return (tree->retval);
}
else {
node->data.act = VDP_NULL;
AZ(node->data.st->len);
assert(node->data.st->space == len);
memcpy(node->data.st->ptr, ptr, len);
......
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