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

Work on bumping the hyper/http_body ecosystem #1151

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

Conversation

johnynek
Copy link
Collaborator

@johnynek johnynek commented May 9, 2024

all of the open version bump PRs seem to be related to the hyper API changing quite significantly in the 1.0 version.

A key issue is that a concrete Body type was removed. Here I tried to get it to work with minimal changes.

Probably there is some legacy::Body type in hyper we could use, and that would be the easier fix.

Alternatively, we could make a Body type in our own repo and use that? Or perhaps we want to pumb the generic http_body::Body trait through and make things generic (but since we likely only use one concrete body, I don't think I see the point of that).

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clippy found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

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.

1 participant