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
seanmonstar opened this issue
Dec 8, 2022
· 1 comment
Labels
A-serverArea: server.C-featureCategory: feature. This is adding a new feature.E-mediumEffort: medium. Some knowledge of how hyper internal works would be useful.V-0.14.x0.14.x versions
In 1.0, we've split hyper::server::conn::Connection into per-version types. To ease upgrading (see #3052), we can backport the addition of the two modules, hyper::server::conn::{http1, http2}. With them in place, we could then add a deprecation to hyper::server::conn::Connection.
A-serverArea: server.C-featureCategory: feature. This is adding a new feature.E-mediumEffort: medium. Some knowledge of how hyper internal works would be useful.V-0.14.x0.14.x versions
In 1.0, we've split hyper::server::conn::Connection into per-version types. To ease upgrading (see #3052), we can backport the addition of the two modules, hyper::server::conn::{http1, http2}. With them in place, we could then add a deprecation to hyper::server::conn::Connection.
This is very similar in scope to #3053
The text was updated successfully, but these errors were encountered: