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

problems in lws_handle_POLLOUT_event should just close

parent 67d556c6
No related branches found
No related tags found
No related merge requests found
......@@ -945,7 +945,7 @@ libwebsocket_service_fd(struct libwebsocket_context *context,
pollfd) < 0) {
lwsl_info("libwebsocket_service_fd: closing\n");
libwebsocket_close_and_free_session(
context, wsi, LWS_CLOSE_STATUS_NORMAL);
context, wsi, LWS_CLOSE_STATUS_NOSTATUS);
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment