Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove PURGE_RXABORT flag on flush for Windows (#1817)
The PURGE_RXABORT flag causes the ReadFileEx to be cancelled; on cancellation, the ReadIOCompletion method is called with a non-zero errorCode. BREAKING CHANGE: flush behavior on windows no longer cancels inflight reads
- Loading branch information