Merge pull request #814 from alagoutte/pvs

nghttp2_session: fix The 'then' statement is equivalent to the subseq…
This commit is contained in:
Tatsuhiro Tsujikawa 2017-02-15 21:15:43 +09:00 committed by GitHub
commit 368775c2ed
1 changed files with 1 additions and 1 deletions

View File

@ -7036,7 +7036,7 @@ int nghttp2_session_resume_data(nghttp2_session *session, int32_t stream_id) {
return rv;
}
return rv;
return 0;
}
size_t nghttp2_session_get_outbound_queue_size(nghttp2_session *session) {