mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 02:28:53 +08:00
Added status_code argument to spdylay_on_invalid_ctrl_recv_callback
This commit is contained in:
@@ -128,6 +128,7 @@ static void on_ctrl_recv_callback(spdylay_session *session,
|
||||
static void on_invalid_ctrl_recv_callback(spdylay_session *session,
|
||||
spdylay_frame_type type,
|
||||
spdylay_frame *frame,
|
||||
uint32_t status_code,
|
||||
void *user_data)
|
||||
{
|
||||
my_user_data *ud = (my_user_data*)user_data;
|
||||
|
||||
Reference in New Issue
Block a user