Commit b3691b39 authored by Dag Haavi Finstad's avatar Dag Haavi Finstad

Tidy up

parent 7f076ef2
...@@ -271,7 +271,7 @@ h2_rx_ping(struct worker *wrk, struct h2_sess *h2, struct h2_req *r2) ...@@ -271,7 +271,7 @@ h2_rx_ping(struct worker *wrk, struct h2_sess *h2, struct h2_req *r2)
{ {
ASSERT_RXTHR(h2); ASSERT_RXTHR(h2);
(void)r2;
if (h2->rxf_len != 8) // rfc7540,l,2364,2366 if (h2->rxf_len != 8) // rfc7540,l,2364,2366
return (H2CE_FRAME_SIZE_ERROR); return (H2CE_FRAME_SIZE_ERROR);
AZ(h2->rxf_stream); // rfc7540,l,2359,2362 AZ(h2->rxf_stream); // rfc7540,l,2359,2362
......
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