Skip to content

Commit 41823ae

Browse files
authored
Merge pull request #25 from flashbots/peg/connection-reuse
Re-use proxy-client to proxy-server connections, and use HTTP2 for proxy-client to proxy-server
2 parents a92a368 + 6e57923 commit 41823ae

File tree

3 files changed

+299
-147
lines changed

3 files changed

+299
-147
lines changed

Cargo.lock

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ configfs-tsm = "0.0.2"
2121
rand_core = { version = "0.6.4", features = ["getrandom"] }
2222
dcap-qvl = "0.3.4"
2323
hex = "0.4.3"
24-
hyper = { version = "1.7.0", features = ["server"] }
24+
hyper = { version = "1.7.0", features = ["server", "http2"] }
2525
hyper-util = "0.1.17"
2626
http-body-util = "0.1.3"
2727
bytes = "1.10.1"

0 commit comments

Comments
 (0)