Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix WSAEventSelect for win32. This is to fix the issue which uncovere…
…d by FreeRDP#2750. We used to fall in lool after FreeRDP#2750. The reason is that we attach to FD_WRITE event. This should not be expected. Because WSAEventSelect attaches to FD_WRITE, it is always in 'set' state even when we drain the read buffer. It was first fixed in PR FreeRDP#2770. However the solution introduced another issue on Linux. This PR discards the fix in FreeRDP#2770 Later A quick fix for FreeRDP#2770 was introduced in FreeRDP#2790/FreeRDP#2791. It is also discarded together.
- Loading branch information