Commit 4ff7bebc authored by Guillaume Quintard's avatar Guillaume Quintard

Check VSB_finish return

parent e0810f25
......@@ -789,7 +789,7 @@ receive_frame(void *priv)
parse_hdr(s, f, vsb);
if (f->flags & END_HEADERS) {
expect_cont = 0;
VSB_finish(vsb);
AZ(VSB_finish(vsb));
decode_hdr(hp, hdrs, vsb);
VSB_destroy(&vsb);
hdrs = NULL;
......
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