Commit f85c5928 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fix compile error with clang -Wunreachable-code

parent c9c9bedd
......@@ -2441,8 +2441,6 @@ int nghttp2_session_send(nghttp2_session *session)
/* Rewind the offset to the amount of unsent bytes */
framebufs->cur->buf.pos -= datalen - sentlen;
}
return 0;
}
static ssize_t session_recv(nghttp2_session *session, uint8_t *buf, size_t len)
......
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