Allow NGHTTP2_PRIORITY_TYPE_NONE in nghttp2_submit_{request,headers}
This commit is contained in:
parent
ece6521d26
commit
27a91fc30e
|
@ -131,6 +131,7 @@ static int nghttp2_submit_headers_shared_nva
|
|||
|
||||
if(pri_spec) {
|
||||
switch(pri_spec->pri_type) {
|
||||
case NGHTTP2_PRIORITY_TYPE_NONE:
|
||||
case NGHTTP2_PRIORITY_TYPE_GROUP:
|
||||
case NGHTTP2_PRIORITY_TYPE_DEP:
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue