mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
Pass HttpClient options in wpt
This commit is contained in:
@@ -55,7 +55,7 @@ pub fn run(arena: *std.heap.ArenaAllocator, comptime dir: []const u8, f: []const
|
||||
var loop = try Loop.init(alloc);
|
||||
defer loop.deinit();
|
||||
|
||||
var http_client = try HttpClient.init(alloc, 2);
|
||||
var http_client = try HttpClient.init(alloc, 2, .{});
|
||||
defer http_client.deinit();
|
||||
|
||||
var js_env: Env = undefined;
|
||||
|
||||
Reference in New Issue
Block a user