mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 18:48:54 +08:00
Fix unused header_cb_arg structure
This commit is contained in:
@@ -277,11 +277,6 @@ static void active_outbound_item_reset(nghttp2_active_outbound_item *aob)
|
|||||||
aob->state = NGHTTP2_OB_POP_ITEM;
|
aob->state = NGHTTP2_OB_POP_ITEM;
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
nghttp2_session *session;
|
|
||||||
int rv;
|
|
||||||
} header_cb_arg;
|
|
||||||
|
|
||||||
static int session_new(nghttp2_session **session_ptr,
|
static int session_new(nghttp2_session **session_ptr,
|
||||||
const nghttp2_session_callbacks *callbacks,
|
const nghttp2_session_callbacks *callbacks,
|
||||||
void *user_data,
|
void *user_data,
|
||||||
|
|||||||
Reference in New Issue
Block a user