Skip to content

Commit c9402fa

Browse files
committed
Support transfer-encoding: chunked, fix async+tls integration
1 parent 15a18c3 commit c9402fa

File tree

5 files changed

+399
-202
lines changed

5 files changed

+399
-202
lines changed

build.zig.zon

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
.{
2-
.name = .browser,
3-
.paths = .{""},
4-
.version = "0.0.0",
5-
.fingerprint = 0xda130f3af836cea0,
6-
.dependencies = .{
7-
.tls = .{
8-
.url = "https://github.com/ianic/tls.zig/archive/6c36f8c39aeefa9e469b7eaf55a40b39a04d18c3.tar.gz",
9-
.hash = "122039cd3abe387b69d23930bf12154c2c84fc894874e10129a1fc5e8ac75ca0ddc0"
2+
.name = .browser,
3+
.paths = .{""},
4+
.version = "0.0.0",
5+
.fingerprint = 0xda130f3af836cea0,
6+
.dependencies = .{
7+
.tls = .{ .url = "https://github.com/ianic/tls.zig/archive/6c36f8c39aeefa9e469b7eaf55a40b39a04d18c3.tar.gz", .hash = "122039cd3abe387b69d23930bf12154c2c84fc894874e10129a1fc5e8ac75ca0ddc0" },
108
},
11-
},
129
}

0 commit comments

Comments
 (0)