nghttp2_session: fix The 'then' statement is equivalent to the subsequent code fragment found by PVS Studio (V523)
This commit is contained in:
parent
d2ef80fe3a
commit
ceb4dcf3b2
|
@ -7030,7 +7030,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) {
|
||||
|
|
Loading…
Reference in New Issue