1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/plat/windows
Frank May 248826d7fc 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.
2018-08-19 06:44:03 +08:00
..
private.h plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
windows-fds.c plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
windows-file.c libwebsockets.h: clean out some boilerplate better put in core/private.h 2018-08-16 19:10:32 +08:00
windows-init.c plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
windows-misc.c plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
windows-pipe.c plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
windows-service.c windows: Remove useless code 2018-08-19 06:44:03 +08:00
windows-sockets.c plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00