mirror of
https://github.com/moparisthebest/spdylay
synced 2024-12-22 15:48:53 -05:00
Removed unused debug function
This commit is contained in:
parent
154b02c464
commit
6904ccc023
@ -895,14 +895,6 @@ static void spdylay_inbound_frame_reset(spdylay_inbound_frame *iframe)
|
|||||||
iframe->ign = 0;
|
iframe->ign = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void spdylay_debug_print_nv(char **nv)
|
|
||||||
{
|
|
||||||
int i;
|
|
||||||
for(i = 0; nv[i]; i += 2) {
|
|
||||||
printf("%s: %s\n", nv[i], nv[i+1]);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static void spdylay_session_call_on_request_recv
|
static void spdylay_session_call_on_request_recv
|
||||||
(spdylay_session *session, int32_t stream_id)
|
(spdylay_session *session, int32_t stream_id)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user