Skip to content
Snippets Groups Projects
Commit bddb3dcc authored by Andy Green's avatar Andy Green
Browse files

context destroy just kill wsis ugh add missing bit


Unsaved file...

Signed-off-by: default avatarAndy Green <andy.green@linaro.org>
parent 45a04b62
No related branches found
No related tags found
No related merge requests found
......@@ -310,7 +310,7 @@ libwebsocket_context_destroy(struct libwebsocket_context *context)
if (!wsi)
continue;
libwebsocket_close_and_free_session(context,
wsi, LWS_CLOSE_STATUS_NOSTATUS /* no protocol close */);
wsi, LWS_CLOSE_STATUS_NOSTATUS_CONTEXT_DESTROY /* no protocol close */);
n--;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment