Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
poll: Do not clear readiness on short read/writes.
The new mio_unsupported_force_poll_poll behaviour works the same as Windows (using level-triggered APIs to mimic edge-triggered ones) and it depends on intercepting an EAGAIN result to start polling the fd again. Closes #5866
- Loading branch information