Ignore priority request if resultant tree has cycle

This commit is contained in:
Tatsuhiro Tsujikawa 2014-03-30 18:48:32 +09:00
parent 21d5986157
commit d3962becf4
1 changed files with 1 additions and 3 deletions

View File

@ -537,9 +537,7 @@ int nghttp2_session_reprioritize_stream
"stream(%p)=%d\n",
dep_stream, dep_stream->stream_id,
stream, stream->stream_id));
return nghttp2_session_terminate_session(session,
NGHTTP2_PROTOCOL_ERROR);
return 0;
}
nghttp2_stream_dep_remove_subtree(stream);