Subject: [PATCH] Fix broken libev support in client mode

This commit is contained in:
wonder-mice 2015-04-22 11:27:45 -07:00 committed by Andy Green
parent dd32c24df6
commit bd2a6c6477

View file

@ -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 */