win remove piggybacked hack
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
f2280d6ce7
commit
9494c66d20
1 changed files with 0 additions and 1 deletions
|
@ -355,7 +355,6 @@ LWS_VISIBLE void
|
|||
lws_plat_insert_socket_into_fds(struct libwebsocket_context *context,
|
||||
struct libwebsocket *wsi)
|
||||
{
|
||||
context->fds[context->fds_count].events = 0;
|
||||
context->fds[context->fds_count++].revents = 0;
|
||||
context->events[context->fds_count] = WSACreateEvent();
|
||||
WSAEventSelect(wsi->sock, context->events[context->fds_count], LWS_POLLIN);
|
||||
|
|
Loading…
Add table
Reference in a new issue