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 805ce63 commit 8db1aa2Copy full SHA for 8db1aa2
network.zig
@@ -761,7 +761,6 @@ pub const Socket = struct {
761
.AGAIN => return error.WouldBlock,
762
.ALREADY => return error.FastOpenAlreadyInProgress,
763
.BADF => unreachable, // always a race condition
764
- .CONNREFUSED => return error.ConnectionRefused,
765
.CONNRESET => return error.ConnectionResetByPeer,
766
.DESTADDRREQ => unreachable, // The socket is not connection-mode, and no peer address is set.
767
.FAULT => unreachable, // An invalid user space address was specified for an argument.
0 commit comments