-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IOCP: Socket Reset and Cancel Errors (#71)
I was encountering lots of unexpected errors thrown when using TCP connections for Windows (`iocp`backend) and added these in locally to address connection drops and such without seeing those particular unexpected errors. - Adds `ConnectionReset` error to WriteError and ReadError as it is seen in `io_uring` backend. - Reports `WSA_OPERATION_ABORTED` and `WSAECONNABORTED` as Canceled - Reports `WSAECONNRESET` and `WSAENETRESET` as ConnectionReset
- Loading branch information
Showing
1 changed file
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters