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
Based on the Axum docs, it looks like we may just need to enable their http2 feature in order to get HTTP/2 support. That would improve the performance of our HTTP API, which we don't care a ton about, but isn't nothing.
Based on the Axum docs, it looks like we may just need to enable their
http2feature in order to get HTTP/2 support. That would improve the performance of our HTTP API, which we don't care a ton about, but isn't nothing.