nghttp2_session: fix The 'then' statement is equivalent to the subsequent code fragment found by PVS Studio (V523)

This commit is contained in:
Alexis La Goutte 2017-01-07 18:46:00 +01:00
parent d2ef80fe3a
commit ceb4dcf3b2
1 changed files with 1 additions and 1 deletions

View File

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