Allow NGHTTP2_PRIORITY_TYPE_NONE in nghttp2_submit_{request,headers}

This commit is contained in:
Tatsuhiro Tsujikawa 2014-04-10 23:29:56 +09:00
parent ece6521d26
commit 27a91fc30e
1 changed files with 1 additions and 0 deletions

View File

@ -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;