mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
async: remove pseudo-async http client
This commit is contained in:
@@ -298,7 +298,7 @@ test {
|
||||
const msgTest = @import("msg.zig");
|
||||
std.testing.refAllDecls(msgTest);
|
||||
|
||||
const asyncTest = @import("async/test.zig");
|
||||
const asyncTest = @import("http/async/std/http.zig");
|
||||
std.testing.refAllDecls(asyncTest);
|
||||
|
||||
const dumpTest = @import("browser/dump.zig");
|
||||
|
||||
Reference in New Issue
Block a user