From ae817cc99309b1ecf5452a940f70e34f8d7e49f9 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Mon, 28 Aug 2017 08:21:56 +0800 Subject: [PATCH] remove debugging line --- lib/service.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/service.c b/lib/service.c index b34d2919..320f37c4 100644 --- a/lib/service.c +++ b/lib/service.c @@ -1135,9 +1135,6 @@ lws_service_fd_tsi(struct lws_context *context, struct lws_pollfd *pollfd, int t /* 1: something requested a callback when it was OK to write */ - if (wsi->state == LWSS_WAITING_TO_SEND_CLOSE_NOTIFICATION) - lwsl_notice("xxx\n"); - if ((pollfd->revents & LWS_POLLOUT) && ((wsi->state == LWSS_ESTABLISHED || wsi->state == LWSS_HTTP2_ESTABLISHED ||