diff --git a/lib/core-net/output.c b/lib/core-net/output.c index 8a2fd901e..72d1de0dc 100644 --- a/lib/core-net/output.c +++ b/lib/core-net/output.c @@ -283,8 +283,8 @@ lws_ssl_capable_read_no_ssl(struct lws *wsi, unsigned char *buf, size_t len) en = LWS_ERRNO; if (n >= 0) { - //if (!n && wsi->unix_skt) - // goto do_err; + if (!n && wsi->unix_skt) + goto do_err; /* * See https://libwebsockets.org/