7.2.1:
If a DATA frame is received on a control stream, the recipient MUST
respond with a connection error of type H3_FRAME_UNEXPECTED;
7.2.2:
If a HEADERS frame is received on a control stream, the recipient MUST
respond with a connection error (Section 8) of type H3_FRAME_UNEXPECTED.
st->state = sw_max_push_id;
break;
+ case NGX_HTTP_V3_FRAME_DATA:
+ case NGX_HTTP_V3_FRAME_HEADERS:
+ return NGX_HTTP_V3_ERR_FRAME_UNEXPECTED;
+
default:
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
"http3 parse skip unknown frame");