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

win cover clearing sock_send_blocking when external poll

parent eee0d8af
Branches
Tags
No related merge requests found
...@@ -476,6 +476,12 @@ lws_service_fd(struct lws_context *context, struct lws_pollfd *pollfd) ...@@ -476,6 +476,12 @@ lws_service_fd(struct lws_context *context, struct lws_pollfd *pollfd)
goto close_and_handled; goto close_and_handled;
} }
#ifdef _WIN32
if (pollfd->revents & LWS_POLLOUT)
wsi->sock_send_blocking = FALSE;
#endif
#endif #endif
/* okay, what we came here to do... */ /* okay, what we came here to do... */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment