Skip to content

Commit

Permalink
refactor(iota-rest-api): disable http2 in client (#3529)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodemartin authored Oct 22, 2024
1 parent 5fabf77 commit 3b63df1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/iota-rest-api/src/client/sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ impl Client {

let inner = reqwest::ClientBuilder::new()
.user_agent(USER_AGENT)
.http2_prior_knowledge()
.build()?;

Self {
Expand Down

0 comments on commit 3b63df1

Please sign in to comment.