Commit b4f363ef authored by Alexis La Goutte's avatar Alexis La Goutte

Fix Value stored to 'rv' is never read found by Clang Analyzer

parent da1eb19a
......@@ -2400,8 +2400,6 @@ static int session_after_frame_sent1(nghttp2_session *session) {
break;
}
case NGHTTP2_WINDOW_UPDATE:
rv = 0;
if (frame->hd.stream_id == 0) {
session->window_update_queued = 0;
if (session->opt_flags & NGHTTP2_OPTMASK_NO_AUTO_WINDOW_UPDATE) {
......
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