Skip to content

Commit

Permalink
Added BoringTls and NativeTls
Browse files Browse the repository at this point in the history
  • Loading branch information
xnuter committed Jun 12, 2021
1 parent 411ef75 commit 0484ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http_bench_session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl BenchmarkProtocolAdapter for HttpBenchAdapter {
}

if !self.conn_reuse {
client_builder.pool_idle_timeout(None);
client_builder.pool_max_idle_per_host(0);
}

Ok(client_builder.build(self.build_connector()))
Expand Down

0 comments on commit 0484ecc

Please sign in to comment.