Skip to content

Commit

Permalink
fix(search): enable http/1.1 ALPN on UrlStorage client
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed Jun 25, 2023
1 parent f8ab5cb commit 92934fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htsget-search/src/storage/url.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ impl UrlStorage {
HttpsConnectorBuilder::new()
.with_native_roots()
.https_or_http()
.enable_all_versions()
.enable_http1()
.enable_http2()
.build(),
),
url,
Expand Down

0 comments on commit 92934fd

Please sign in to comment.