Commit 919af666 authored by Dag Haavi Finstad's avatar Dag Haavi Finstad

Fix a tiny mistake introduced in 053c93cd

parent d5ce30f1
......@@ -831,7 +831,7 @@ h2_procframe(struct worker *wrk, struct h2_sess *h2,
}
if (h2->new_req != NULL &&
!(h2->new_req == r2->req && h2f == H2_F_CONTINUATION))
!(r2 && h2->new_req == r2->req && h2f == H2_F_CONTINUATION))
return (H2CE_PROTOCOL_ERROR); // rfc7540,l,1859,1863
......
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