diff options
| author | 87flowers <178735591+87flowers@users.noreply.github.com> | 2024-10-18 10:07:33 +0100 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2025-02-22 17:09:20 -0800 |
| commit | 8469a44c9cb5110f8db24c26f5f50ae91e35b3ce (patch) | |
| tree | a37df8be096628439dd342ff5cb0edb6a8b1b673 /lib/std/http | |
| parent | 87172ee4e609ca8298a48f4ae92f1c539368e12e (diff) | |
| download | zig-8469a44c9cb5110f8db24c26f5f50ae91e35b3ce.tar.gz zig-8469a44c9cb5110f8db24c26f5f50ae91e35b3ce.zip | |
std/http/Client: Remove TODO comments on indentation
Diffstat (limited to 'lib/std/http')
| -rw-r--r-- | lib/std/http/Client.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/std/http/Client.zig b/lib/std/http/Client.zig index 9dcf7b5693..3560e69b58 100644 --- a/lib/std/http/Client.zig +++ b/lib/std/http/Client.zig @@ -959,7 +959,7 @@ pub const Request = struct { pub const WaitError = RequestError || SendError || TransferReadError || proto.HeadersParser.CheckCompleteHeadError || Response.ParseError || - error{ // TODO: file zig fmt issue for this bad indentation + error{ TooManyHttpRedirects, RedirectRequiresResend, HttpRedirectLocationMissing, @@ -1539,7 +1539,7 @@ pub fn connect( pub const RequestError = ConnectTcpError || ConnectErrorPartial || Request.SendError || std.fmt.ParseIntError || Connection.WriteError || - error{ // TODO: file a zig fmt issue for this bad indentation + error{ UnsupportedUriScheme, UriMissingHost, |
