mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
clean
This commit is contained in:
parent
271ca836c8
commit
818a93fab4
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ lws_client_socket_service(struct lws *wsi, struct lws_pollfd *pollfd,
|
|||
struct lws *w = lws_container_of(d, struct lws,
|
||||
dll2_cli_txn_queue);
|
||||
|
||||
lwsl_notice("%s: %p states 0x%lx\n", __func__, w,
|
||||
lwsl_debug("%s: %p states 0x%lx\n", __func__, w,
|
||||
(unsigned long)w->wsistate);
|
||||
if (lwsi_state(w) == LRS_H1C_ISSUE_HANDSHAKE2)
|
||||
wfound = w;
|
||||
|
|
Loading…
Add table
Reference in a new issue