Skip to content
Snippets Groups Projects
Commit 04935e28 authored by bjqiwei's avatar bjqiwei Committed by Andy Green
Browse files

client perform WSI_CREATE callback

parent c793944f
No related branches found
No related tags found
No related merge requests found
......@@ -170,6 +170,9 @@ lws_client_connect_2(struct lws *wsi)
* handling as oom4 does. We have to run the whole close flow.
*/
wsi->protocol->callback(wsi, LWS_CALLBACK_WSI_CREATE,
wsi->user_space, NULL, 0);
lws_set_timeout(wsi, PENDING_TIMEOUT_AWAITING_CONNECT_RESPONSE,
AWAITING_TIMEOUT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment