| ... | @@ -1134,7 +1134,7 @@ pub fn deinit(client: *Client) void { | ... | @@ -1134,7 +1134,7 @@ pub fn deinit(client: *Client) void { |
| 1134 | client.* = undefined; | 1134 | client.* = undefined; |
| 1135 | } | 1135 | } |
| 1136 | | 1136 | |
| 1137 | /// Populates `http_proxy` and `http_proxy` via standard proxy environment variables. | 1137 | /// Populates `http_proxy` and `https_proxy` via standard proxy environment variables. |
| 1138 | /// Asserts the client has no active connections. | 1138 | /// Asserts the client has no active connections. |
| 1139 | /// Uses `arena` for a few small allocations that must outlive the client, or | 1139 | /// Uses `arena` for a few small allocations that must outlive the client, or |
| 1140 | /// at least until those fields are set to different values. | 1140 | /// at least until those fields are set to different values. |