mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
typo: http_proxy -> https_proxy
This commit is contained in:
parent
136d7c2138
commit
155f5274ff
@ -1134,7 +1134,7 @@ pub fn deinit(client: *Client) void {
|
||||
client.* = undefined;
|
||||
}
|
||||
|
||||
/// Populates `http_proxy` and `http_proxy` via standard proxy environment variables.
|
||||
/// Populates `http_proxy` and `https_proxy` via standard proxy environment variables.
|
||||
/// Asserts the client has no active connections.
|
||||
/// Uses `arena` for a few small allocations that must outlive the client, or
|
||||
/// at least until those fields are set to different values.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user