linkerd2-proxy/linkerd/detect
Oliver Gould 775fe53464
Use a cascading stack with protocol detection (#2221)
The protocol detection stack does not easily allow for its inner stack
to hold any per-target state because it commingles the (async) detection
result with the original target.

This change updates the detection module to use a cascading inner stack
so that the caller may determine how to use these targets. All
implementations lift the original targets to preserve the prior
behavior.
2023-02-13 12:45:05 -08:00
..
src Use a cascading stack with protocol detection (#2221) 2023-02-13 12:45:05 -08:00
Cargo.toml cargo: Omit patch versions from Cargo.toml files (#1504) 2022-02-17 11:55:43 -08:00