non-ssl: return 0 on pending
https://github.com/warmcat/libwebsockets/issues/887
This commit is contained in:
parent
f13db3e722
commit
a1210f73af
1 changed files with 1 additions and 1 deletions
|
@ -813,5 +813,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