-
-
Notifications
You must be signed in to change notification settings - Fork 39
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 to http 1.0 #59
Conversation
6942b8e
to
abe0e3a
Compare
Please see the build failures. |
@SergioBenitez I believe the errors should be fixed now. |
@SergioBenitez do you have time to take a look at this? Its the only thing blocking the next major release of axum. |
Can you squash into a single commit? |
5494c8a
to
4a2b77a
Compare
Done! |
Ah, I see now that we're exposing types from Is this completely blocking you? Are you interfacing through the |
Not completely. The context is that we have a I think our best option probably is to convert the headers eagerly when we construct our wrapper |
Got it, okay, that's great. I've moved this up on my priority list. I should be able to get to it fairly soon. Will keep you posted. |
Thanks! |
No changes needed in the code but I updated the example to hyper 1.0 as well which required changes.
This is required for axum to support hyper 1.0.