Skip to content

Commit 533908e

Browse files
committed
Remove ConnectError instead of "deprecate" it
1 parent 6b3f0c4 commit 533908e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/std/http/Client.zig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,9 +1566,6 @@ pub fn connectProxied(
15661566
};
15671567
}
15681568

1569-
/// Deprecated. Please use `RequestError` instead.
1570-
pub const ConnectError = RequestError;
1571-
15721569
/// Connect to `host:port` using the specified protocol. This will reuse a
15731570
/// connection if one is already open.
15741571
///

0 commit comments

Comments
 (0)