Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(proxy/http): replace
hyper::Body
with BoxBody
`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]>
- Loading branch information