diff --git a/lib/output.c b/lib/output.c index 461f314c..727c423f 100644 --- a/lib/output.c +++ b/lib/output.c @@ -813,5 +813,5 @@ LWS_VISIBLE int lws_ssl_pending_no_ssl(struct lws *wsi) { (void)wsi; - return 1; + return 0; }