Commits


Frank May authored and Andy Green committed 248826d7fc0
windows: Remove useless code WSASetEvent(pt->events) just makes WSAWaitForMultipleEvents() return, it will not set LWS_POLLOUT in pfd->revents and thus has IMHO no effect. If WSAWaitForMultipleEvents() will set LWS_POLLOUT it will also signal the event automatically.