Commit 9bc248cb authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Always AZ VSB_finish()

parent 2ad290f7
......@@ -243,7 +243,7 @@ h2_deliver(struct req *req, struct boc *boc, int sendbody)
AZ(h2_enc_len(&resp, 7, sz, 0));
AZ(VSB_bcat(&resp, r, sz));
}
VSB_finish(&resp);
AZ(VSB_finish(&resp));
sz = VSB_len(&resp);
AZ(req->wrk->v1l);
......
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