You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
axum::Server was a re-export of hyper::Server which is going away for hyper 1.0. Therefore axum is getting axum::serve(tcp_listener, service) in 0.7 for simple use cases.
It currently only supports http 1. We should investigate if we can also support http 2. Might require hyperium/hyper-util#11
The text was updated successfully, but these errors were encountered:
Great! I'm curious if we can just replace the implementation of axum::serve to instead be a small wrapper around something in hyper-util. That was always the intention. Would be much appreciated if you'd give that a shot!
davidpdrsn
removed
the
S-blocked
Status: marked as blocked ❌ on something else such as a PR or other implementation work.
label
Sep 26, 2023
axum::Server
was a re-export ofhyper::Server
which is going away for hyper 1.0. Therefore axum is gettingaxum::serve(tcp_listener, service)
in 0.7 for simple use cases.It currently only supports http 1. We should investigate if we can also support http 2. Might require hyperium/hyper-util#11
The text was updated successfully, but these errors were encountered: