Skip to content

Commit c4edf55

Browse files
committed
chore(http/retry): upgrade to hyper 1.x
Signed-off-by: katelyn martin <[email protected]>
1 parent 46507a1 commit c4edf55

File tree

7 files changed

+87
-461
lines changed

7 files changed

+87
-461
lines changed

linkerd/http/retry/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ publish = false
1010
bytes = { workspace = true }
1111
futures = { version = "0.3", default-features = false }
1212
http-body = { workspace = true }
13+
http-body-util = { workspace = true }
1314
http = { workspace = true }
1415
parking_lot = "0.12"
1516
pin-project = "1"

linkerd/http/retry/src/compat.rs

Lines changed: 0 additions & 141 deletions
This file was deleted.

linkerd/http/retry/src/compat/frame.rs

Lines changed: 0 additions & 131 deletions
This file was deleted.

linkerd/http/retry/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
pub mod peek_trailers;
55
pub mod replay;
66

7-
mod compat;
8-
97
pub use self::{peek_trailers::PeekTrailersBody, replay::ReplayBody};
108
pub use tower::retry::budget::Budget;
119

0 commit comments

Comments
 (0)