summaryrefslogtreecommitdiff
path: root/ext/fetch/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fetch/lib.rs')
-rw-r--r--ext/fetch/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fetch/lib.rs b/ext/fetch/lib.rs
index 797c5e2cd..7cde5584f 100644
--- a/ext/fetch/lib.rs
+++ b/ext/fetch/lib.rs
@@ -923,6 +923,7 @@ pub fn create_http_client(
options.ca_certs,
options.unsafely_ignore_certificate_errors,
options.client_cert_chain_and_key,
+ deno_tls::SocketUse::Http,
)?;
let mut alpn_protocols = vec![];