mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-27 18:10:47 +00:00
Added TODO comment
This commit is contained in:
parent
4dd43fc28f
commit
005883e363
@ -1082,6 +1082,7 @@ static int spdylay_session_handle_invalid_stream
|
||||
int spdylay_session_on_syn_stream_received(spdylay_session *session,
|
||||
spdylay_frame *frame)
|
||||
{
|
||||
/* TODO Check SPDYLAY_SETTINGS_MAX_CONCURRENT_STREAMS */
|
||||
int r = 0;
|
||||
int status_code;
|
||||
if(session->goaway_flags) {
|
||||
|
Loading…
Reference in New Issue
Block a user