Commits

Andy Green authored 71f6f9a1f93
win: deal with FD_CONNECT better POSIX connect() specifies it will signal POLLOUT available when the connect result is available. But windows has some non-posix nonsense. Improve the plat support to simulate the missing POLLOUT.