We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58112b commit 13caeebCopy full SHA for 13caeeb
dial_wasip1.go
@@ -67,7 +67,7 @@ func dialAddr(addr net.Addr) (Conn, error) {
67
return true // done
68
}
69
switch syscall.Errno(value) {
70
- case syscall.EINPROGRESS, syscall.EALREADY, syscall.EINTR:
+ case syscall.EINPROGRESS, syscall.EINTR:
71
return false // continue
72
case syscall.EISCONN:
73
err = nil
0 commit comments