diff --git a/lib/server.c b/lib/server.c index 88a1920c..1c6afd24 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"))