authorgravatar for rofrol@gmail.comRoman Frołow <rofrol@gmail.com> 2024-03-01 23:35:43+01:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-03-01 17:41:14-08:00
log155f5274ff4db3bc6e75ae5660cabab5bab22f42
tree52a45b29f3cd7d3a2f60654fa96e305cd10c52d4
parent136d7c213894875821206879732e1f25a40b37ab

typo: http_proxy -> https_proxy


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/http/Client.zig+1-1
......@@ -1134,7 +1134,7 @@ pub fn deinit(client: *Client) void {
11341134 client.* = undefined;
11351135}
11361136
1137/// Populates `http_proxy` and `http_proxy` via standard proxy environment variables.
1137/// Populates `http_proxy` and `https_proxy` via standard proxy environment variables.
11381138/// Asserts the client has no active connections.
11391139/// Uses `arena` for a few small allocations that must outlive the client, or
11401140/// at least until those fields are set to different values.