mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
Re-enable --insecure_disable_tls_host_verification
Better error logs on http callback error Fix wait timing
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user