You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows does not have a proper POSIX equivalent to `ECANCELED`. The
closes equivalent appears to be `WSAECANCELLED` which is a WinSock error
code for a cancelled operation. The Windows Error `ERROR_CANCELLED`
(0x04c7) is the ideal mapping even though the error code resides in a
different domain. As long as the error code is compared via name, this
should be safe.
0 commit comments