client perform WSI_CREATE callback
This commit is contained in:
parent
c793944f17
commit
04935e28b0
1 changed files with 3 additions and 0 deletions
|
@ -170,6 +170,9 @@ lws_client_connect_2(struct lws *wsi)
|
||||||
* handling as oom4 does. We have to run the whole close flow.
|
* 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,
|
lws_set_timeout(wsi, PENDING_TIMEOUT_AWAITING_CONNECT_RESPONSE,
|
||||||
AWAITING_TIMEOUT);
|
AWAITING_TIMEOUT);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue