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
/// Use HTTP/1 and try to upgrade to h2 when a parse error occurs.
#[cfg(all(feature = "http1", feature = "http2"))]
Fallback,
But after hyper 1.0 with splited http1 / http2 module, I have not found this function provided. Should this be a part of hyper, or an sample program to do this in /example ?
The text was updated successfully, but these errors were encountered:
In
0.14.x
:hyper/src/server/conn.rs
Lines 133 to 135 in d77c259
But after hyper 1.0 with splited http1 / http2 module, I have not found this function provided. Should this be a part of hyper, or an sample program to do this in
/example
?The text was updated successfully, but these errors were encountered: