You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(proxy/http): replace hyper::Body with BoxBody (#3480)
`UpgradeResponseBody` currently wraps a `hyper::Body`. this type is
removed in hyper 1.0.
this commit replaces this with a generic `B`-typed body.
see #3479, which performs
the same change in `linkerd-http-upgrade`.
see linkerd/linkerd2#8733 for more information
on upgrading to hyper 1.0.
Signed-off-by: katelyn martin <[email protected]>
0 commit comments