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
handle EWOULDBLOCK error in _dispatch_operation_perform
POSIX.1-2001 allows either EAGAIN or EWOULDBLOCK to be returned when a
write to a nonblocking socket would block. For example IBM z/OS returns
EWOULDBLOCK for this case.
0 commit comments