Skip to content

Commit

Permalink
feat(transport): add http2_prior_knowledge to client
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Jun 11, 2024
1 parent 6e81724 commit 244418f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nekoton-transport/src/jrpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ impl JrpcClient {
);

let client = reqwest::ClientBuilder::new()
.http2_prior_knowledge()
.default_headers(headers)
.build()
.context("failed to build http client")?;
Expand Down

0 comments on commit 244418f

Please sign in to comment.