From: bjqiwei Date: Tue, 15 Mar 2016 08:27:49 +0000 (+0800) Subject: client perform WSI_CREATE callback X-Git-Tag: submit/tizen/20160930.050355~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=934cc2a8cebf5cd522e894dcdebd041b6e1ae89c;p=platform%2Fupstream%2Flibwebsockets.git client perform WSI_CREATE callback --- diff --git a/lib/client-handshake.c b/lib/client-handshake.c index 96854afe..629ad060 100644 --- a/lib/client-handshake.c +++ b/lib/client-handshake.c @@ -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);