We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa94c2a commit 570fc11Copy full SHA for 570fc11
linkerd/app/core/src/errors/respond.rs
@@ -2,8 +2,7 @@ use crate::svc;
2
use http::header::{HeaderValue, LOCATION};
3
use linkerd_error::{Error, Result};
4
use linkerd_error_respond as respond;
5
-use linkerd_proxy_http::orig_proto;
6
-pub use linkerd_proxy_http::{ClientHandle, HasH2Reason};
+use linkerd_proxy_http::{orig_proto, ClientHandle};
7
use linkerd_stack::ExtractParam;
8
use pin_project::pin_project;
9
use std::{
0 commit comments