client perform WSI_CREATE callback
This commit is contained in:
parent
d36fa29ac4
commit
934cc2a8ce
1 changed files with 2 additions and 1 deletions
|
@ -171,7 +171,8 @@ lws_client_connect_2(struct lws *wsi)
|
|||
* past here, we can't simply free the structs as error
|
||||
* 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);
|
||||
|
|
Loading…
Add table
Reference in a new issue