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
this branch contains a sequence of commits that focus on addressing
deprecation warnings related to hyper::client::conn::Builder. this
branch enables the backports feature, and then replaces some of these
builders with the backported, http/2 specific,
hyper::client::conn::http2::Builder type.
relates to linkerd/linkerd2#8733.
---
* chore(proxy/http): address `h2::Connection` deprecation
this commit updates `Connection<B>` to use the backported, http/2
specific `SendRequest` type.
this commit enables the `backports` feature flag in the `hyper`
dependency.
Signed-off-by: katelyn martin <kate@buoyant.io>
* chore(proxy/http): address `server::tests` deprecations
Signed-off-by: katelyn martin <kate@buoyant.io>
* refactor(proxy/http): consolidate connect functions
`connect()` is never called elsewhere. let's avoid the misdirection and
move it into the body of `connect_h2()`.
Signed-off-by: katelyn martin <kate@buoyant.io>
---------
Signed-off-by: katelyn martin <kate@buoyant.io>
0 commit comments