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