Commit 9c54e638 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Remove bogus assert

parent e496800c
......@@ -1197,7 +1197,6 @@ nghttp2_outbound_item* nghttp2_session_pop_next_ob_item
static void nghttp2_outbound_item_adjust_pri(nghttp2_session *session,
nghttp2_outbound_item *item)
{
assert(item->pri > 0);
if(item->pri == NGHTTP2_PRI_LOWEST) {
nghttp2_stream *stream;
stream = nghttp2_session_get_stream
......
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