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

Update http to 1.0 #2056

Closed
Phill030 opened this issue Dec 5, 2023 · 2 comments
Closed

Update http to 1.0 #2056

Phill030 opened this issue Dec 5, 2023 · 2 comments

Comments

@Phill030
Copy link

Phill030 commented Dec 5, 2023

Reqwest doesn't work with Axum anymore, since it requires http 1.0 while reqwest is still using 0.2!

@cxw620
Copy link
Contributor

cxw620 commented Dec 5, 2023

It'll cost much time, I think, since dep hyper, h2 should also be updated. There're many breaking changes in hyper v1.0.1. I forked and tried to update dep by myself, though found it too hard for me...

@seanmonstar
Copy link
Owner

This is being worked on, see #2039

@seanmonstar seanmonstar closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2023
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

No branches or pull requests

3 participants