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:
parent
5281560000
commit
30edd910b6
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue