mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
Subject: [PATCH] Fix unused n variable warning in http2.c
This commit is contained in:
parent
0c5aa2f484
commit
644fea11c5
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ lws_http2_parser(struct libwebsocket_context *context,
|
|||
/* service the http request itself */
|
||||
lwsl_info("servicing initial http request, wsi=%p, stream wsi=%p\n", wsi, wsi->u.http2.stream_wsi);
|
||||
n = lws_http_action(context, swsi);
|
||||
(void)n;
|
||||
lwsl_info(" action result %d\n", n);
|
||||
break;
|
||||
case LWS_HTTP2_FRAME_TYPE_PING:
|
||||
|
|
Loading…
Add table
Reference in a new issue