use tls.zig with async client

see https://github.com/ziglang/zig/compare/master...ianic:zig:tls23 for
http.std.Client integration
This commit is contained in:
Pierre Tachoire
2024-07-18 09:31:43 +02:00
parent df27ce09ca
commit 6a4d64ed00
7 changed files with 1822 additions and 16 deletions

3
.gitmodules vendored
View File

@@ -22,3 +22,6 @@
[submodule "vendor/mimalloc"]
path = vendor/mimalloc
url = git@github.com:microsoft/mimalloc.git
[submodule "vendor/tls.zig"]
path = vendor/tls.zig
url = git@github.com:ianic/tls.zig.git