1
0
Fork 0
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:
Jed Lu 2021-05-26 13:56:51 +01:00 committed by Andy Green
parent 62af701cc8
commit 4b6a7982b6

View file

@ -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__);
/*