Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(http/retry): use boxed bodies instead of hyper::Body #3515

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cratelyn
Copy link
Collaborator

@cratelyn cratelyn commented Jan 8, 2025

see linkerd/linkerd2#8733.

the tests for the replay body use the hyper::Body type removed in the 1.0 release.

this commit replaces this with BoxBody where possible, and adds comments with context about how to update code once upgrading to hyper 1.0.

see #3467 and #3468 which added from_static() and empty(), respectively.

see #8733.

the tests for the replay body use the `hyper::Body` type removed in the
1.0 release.

this commit replaces this with `BoxBody` where possible, and adds
comments with context about how to update code once upgrading to hyper
1.0.

see #3467 and #3468 which added `from_static()` and `empty()`,
respectively.

Signed-off-by: katelyn martin <[email protected]>
@cratelyn cratelyn marked this pull request as ready for review January 8, 2025 22:29
@cratelyn cratelyn requested a review from a team as a code owner January 8, 2025 22:29
@DavidMcLaughlin DavidMcLaughlin requested a review from sfleen January 9, 2025 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants