Commit 2889a83d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

More Flexelinting

parent e037b90c
......@@ -116,6 +116,8 @@ H2_Send(struct worker *wrk, struct h2_req *r2, int flush,
retval = H2_Send_Frame(wrk, h2,
type, flags, len, r2->stream, ptr);
} else if (type == H2_FRAME_DATA) {
AN(ptr);
AN(len);
p = ptr;
do {
tf = mfs;
......
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