aboutsummaryrefslogtreecommitdiff
path: root/aepd/websocket-protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'aepd/websocket-protocol.c')
-rw-r--r--aepd/websocket-protocol.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/aepd/websocket-protocol.c b/aepd/websocket-protocol.c
index 666827d..073c211 100644
--- a/aepd/websocket-protocol.c
+++ b/aepd/websocket-protocol.c
@@ -64,7 +64,8 @@ static int callback_http(struct libwebsocket_context *context,
if (libwebsockets_serve_http_file(context, wsi, buf,
whitelist[n].mimetype, NULL, 0))
- fprintf(stderr, "Failed to send HTTP file\n");
+ //fprintf(stderr, "Failed to send HTTP file\n");
+ break;
break;
default: