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 ||