mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
ss: lws_ss_client_connect also only pass up return
We removed the _lws_ss_handle_state_ret_CAN_DESTROY_HANDLE() from request_tx, hane to do the same for lws_ss_client_connect()
This commit is contained in:
parent
af501eab1a
commit
5de5ee74bf
1 changed files with 1 additions and 1 deletions
|
@ -917,7 +917,7 @@ lws_ss_client_connect(lws_ss_handle_t *h)
|
|||
lws_service_assert_loop_thread(h->context, h->tsi);
|
||||
|
||||
r = _lws_ss_client_connect(h, 0, 0);
|
||||
_lws_ss_handle_state_ret_CAN_DESTROY_HANDLE(r, h->wsi, &h);
|
||||
|
||||
return r;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue