| ... | ... | @@ -959,7 +959,7 @@ pub const Request = struct { |
| 959 | 959 | |
| 960 | 960 | pub const WaitError = RequestError || SendError || TransferReadError || |
| 961 | 961 | proto.HeadersParser.CheckCompleteHeadError || Response.ParseError || |
| 962 | | error{ // TODO: file zig fmt issue for this bad indentation |
| 962 | error{ |
| 963 | 963 | TooManyHttpRedirects, |
| 964 | 964 | RedirectRequiresResend, |
| 965 | 965 | HttpRedirectLocationMissing, |
| ... | ... | @@ -1539,7 +1539,7 @@ pub fn connect( |
| 1539 | 1539 | |
| 1540 | 1540 | pub const RequestError = ConnectTcpError || ConnectErrorPartial || Request.SendError || |
| 1541 | 1541 | std.fmt.ParseIntError || Connection.WriteError || |
| 1542 | | error{ // TODO: file a zig fmt issue for this bad indentation |
| 1542 | error{ |
| 1543 | 1543 | UnsupportedUriScheme, |
| 1544 | 1544 | UriMissingHost, |
| 1545 | 1545 | |