Typo in previous commits
This commit is contained in:
parent
38872159fb
commit
4564d37f5b
|
@ -70,7 +70,7 @@ except (ImportError, AttributeError):
|
|||
try:
|
||||
from errno import WSAECONNRESET
|
||||
except (ImportError, AttributeError):
|
||||
WSEACONNRESET = ECONNRESET
|
||||
WSAECONNRESET = ECONNRESET
|
||||
|
||||
_DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
|
||||
EBADF, ECONNREFUSED, EHOSTUNREACH, ENETUNREACH, ETIMEDOUT,
|
||||
|
|
Loading…
Reference in New Issue
Block a user