non-ssl: return 0 on pending
https://github.com/warmcat/libwebsockets/issues/887
This commit is contained in:
parent
ccecbb99ab
commit
f6facad476
1 changed files with 1 additions and 1 deletions
|
@ -801,5 +801,5 @@ LWS_VISIBLE int
|
|||
lws_ssl_pending_no_ssl(struct lws *wsi)
|
||||
{
|
||||
(void)wsi;
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue