async: remove pseudo-async http client

This commit is contained in:
Pierre Tachoire
2024-11-15 14:57:44 +01:00
parent 6809bb5393
commit 7fed1f3015
6 changed files with 3 additions and 2203 deletions

View File

@@ -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");