mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 11:08:52 +08:00
spdylay_session_prep_frame: Remove dead code
This commit is contained in:
@@ -966,8 +966,6 @@ static ssize_t spdylay_session_prep_frame(spdylay_session *session,
|
|||||||
} else {
|
} else {
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
} else if(r < 0) {
|
|
||||||
return r;
|
|
||||||
}
|
}
|
||||||
frame->syn_stream.slot = slot_index;
|
frame->syn_stream.slot = slot_index;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user