Skip to content

Commit c0be27e

Browse files
committed
std.posix.read: should expect ConnectionRefused
Closes: #20219
1 parent fc2c188 commit c0be27e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/std/posix.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6319,7 +6319,6 @@ pub fn send(
63196319
error.AddressNotAvailable => unreachable,
63206320
error.SocketNotConnected => unreachable,
63216321
error.UnreachableAddress => unreachable,
6322-
error.ConnectionRefused => unreachable,
63236322
else => |e| return e,
63246323
};
63256324
}

0 commit comments

Comments
 (0)