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
With #2851 complete, we now have separate types for HTTP/1 and HTTP/2 server connections. We'll remove the combo server::conn::{Http, Connection} stuff for 1.0. A combined/auto type can live in hyper-util.
With #2851 complete, we now have separate types for HTTP/1 and HTTP/2 server connections. We'll remove the combo
server::conn::{Http, Connection}stuff for 1.0. A combined/auto type can live inhyper-util.