mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
ss: do not restrict close handling to WITH_SERVER
This commit is contained in:
parent
4341d756ae
commit
ae8b11aa83
1 changed files with 1 additions and 1 deletions
|
@ -729,7 +729,7 @@ just_kill_connection:
|
|||
async_close:
|
||||
#endif
|
||||
|
||||
#if defined(LWS_WITH_SECURE_STREAMS) && defined(LWS_WITH_SERVER)
|
||||
#if defined(LWS_WITH_SECURE_STREAMS)
|
||||
if (wsi->for_ss) {
|
||||
lwsl_debug("%s: for_ss\n", __func__);
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue