Skip to content
Snippets Groups Projects
Commit c93c47f3 authored by Andy Green's avatar Andy Green
Browse files

client init fds pos to minus 1


Signed-off-by: default avatarAndy Green <andy@warmcat.com>
parent 6406f44b
Branches
No related tags found
No related merge requests found
......@@ -359,6 +359,7 @@ lws_client_connect(struct lws_context *context, const char *address,
wsi->state = LWSS_CLIENT_UNCONNECTED;
wsi->protocol = NULL;
wsi->pending_timeout = NO_PENDING_TIMEOUT;
wsi->position_in_fds_table = -1;
#ifdef LWS_OPENSSL_SUPPORT
wsi->use_ssl = ssl_connection;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment