Re-enable --insecure_disable_tls_host_verification

Better error logs on http callback error

Fix wait timing
This commit is contained in:
Karl Seguin
2025-08-02 13:08:33 +08:00
parent 3555680335
commit 77475ca5e4
4 changed files with 26 additions and 10 deletions

View File

@@ -53,6 +53,7 @@ pub const App = struct {
var http = try Http.init(allocator, .{
.max_concurrent_transfers = 3,
.tls_verify_host = config.tls_verify_host,
});
errdefer http.deinit();