mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
std/http/Client: Remove TODO comments on indentation
This commit is contained in:
parent
87172ee4e6
commit
8469a44c9c
@ -959,7 +959,7 @@ pub const Request = struct {
|
|||||||
|
|
||||||
pub const WaitError = RequestError || SendError || TransferReadError ||
|
pub const WaitError = RequestError || SendError || TransferReadError ||
|
||||||
proto.HeadersParser.CheckCompleteHeadError || Response.ParseError ||
|
proto.HeadersParser.CheckCompleteHeadError || Response.ParseError ||
|
||||||
error{ // TODO: file zig fmt issue for this bad indentation
|
error{
|
||||||
TooManyHttpRedirects,
|
TooManyHttpRedirects,
|
||||||
RedirectRequiresResend,
|
RedirectRequiresResend,
|
||||||
HttpRedirectLocationMissing,
|
HttpRedirectLocationMissing,
|
||||||
@ -1539,7 +1539,7 @@ pub fn connect(
|
|||||||
|
|
||||||
pub const RequestError = ConnectTcpError || ConnectErrorPartial || Request.SendError ||
|
pub const RequestError = ConnectTcpError || ConnectErrorPartial || Request.SendError ||
|
||||||
std.fmt.ParseIntError || Connection.WriteError ||
|
std.fmt.ParseIntError || Connection.WriteError ||
|
||||||
error{ // TODO: file a zig fmt issue for this bad indentation
|
error{
|
||||||
UnsupportedUriScheme,
|
UnsupportedUriScheme,
|
||||||
UriMissingHost,
|
UriMissingHost,
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user