1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

ssl pending buffered reads unbreak NO_SSL

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2015-01-29 09:42:22 +08:00
parent 5281560000
commit 30edd910b6

View file

@ -97,7 +97,9 @@ lws_plat_service(struct libwebsocket_context *context, int timeout_ms)
int n;
int m;
char buf;
#ifdef LWS_OPENSSL_SUPPORT
struct libwebsocket *wsi, *wsi_next;
#endif
/* stay dead once we are dead */