From 7f2878a5034ad09a50a8ffd525d3e267b66bf541 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Sat, 1 Nov 2014 08:41:02 +0800 Subject: [PATCH] clean remove debug spew outside http2 Found by Drew Noakes at https://github.com/warmcat/libwebsockets/issues/190 Signed-off-by: Andy Green --- lib/server.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/server.c b/lib/server.c index 88a1920..1c6afd2 100644 --- a/lib/server.c +++ b/lib/server.c @@ -374,8 +374,6 @@ int lws_handshake_server(struct libwebsocket_context *context, return n; } - - lwsl_err(lws_hdr_simple_ptr(wsi, WSI_TOKEN_UPGRADE)); if (!strcasecmp(lws_hdr_simple_ptr(wsi, WSI_TOKEN_UPGRADE), "websocket")) -- 2.7.4