Commit 27a91fc3 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Allow NGHTTP2_PRIORITY_TYPE_NONE in nghttp2_submit_{request,headers}

parent ece6521d
...@@ -131,6 +131,7 @@ static int nghttp2_submit_headers_shared_nva ...@@ -131,6 +131,7 @@ static int nghttp2_submit_headers_shared_nva
if(pri_spec) { if(pri_spec) {
switch(pri_spec->pri_type) { switch(pri_spec->pri_type) {
case NGHTTP2_PRIORITY_TYPE_NONE:
case NGHTTP2_PRIORITY_TYPE_GROUP: case NGHTTP2_PRIORITY_TYPE_GROUP:
case NGHTTP2_PRIORITY_TYPE_DEP: case NGHTTP2_PRIORITY_TYPE_DEP:
break; break;
......
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