mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
clean remove debug spew outside http2
Found by Drew Noakes at https://github.com/warmcat/libwebsockets/issues/190 Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
76fc5fc88d
commit
7f2878a503
1 changed files with 0 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue