deinit the client

This commit is contained in:
Emil Lerch 2023-10-20 16:44:48 -07:00
parent dcf57cfea9
commit 6752730cd1
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -12,6 +12,7 @@ pub fn main() !u8 {
defer arena.deinit();
const allocator = arena.allocator();
var client = std.http.Client{ .allocator = allocator };
defer client.deinit();
// .allocator = allocator,
// .proxy = .{
// .protocol = .plain,