Subject: [PATCH] Fix broken libev support in client mode
This commit is contained in:
parent
dd32c24df6
commit
bd2a6c6477
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ int lws_client_socket_service(struct libwebsocket_context *context,
|
|||
*/
|
||||
if (lws_change_pollfd(wsi, LWS_POLLOUT, 0))
|
||||
return -1;
|
||||
lws_libev_io(context, wsi, LWS_EV_STOP | LWS_EV_WRITE);
|
||||
|
||||
#ifdef LWS_OPENSSL_SUPPORT
|
||||
/* we can retry this... just cook the SSL BIO the first time */
|
||||
|
|
Loading…
Add table
Reference in a new issue