From: Andy Green Date: Sat, 1 Nov 2014 00:41:02 +0000 (+0800) Subject: clean remove debug spew outside http2 X-Git-Tag: upstream/1.7.3~532 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f2878a5034ad09a50a8ffd525d3e267b66bf541;p=platform%2Fupstream%2Flibwebsockets.git clean remove debug spew outside http2 Found by Drew Noakes at https://github.com/warmcat/libwebsockets/issues/190 Signed-off-by: Andy Green --- 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"))