linkerd2-proxy/tests
Oliver Gould d396acda6d
Fall-back to former classification logic with profiles (#123)
With the introduction of profile-based classification, the proxy would
not perform normal gRPC classification in some cases when it could &
should.

This change simplifies our default classifier logic and falls back to
the default grpc-aware behavior whenever another classification cannot
be performed.

Furthermore, this change moves the `proxy::http::classify` module to
`proxy::http::metrics::classify`, as these modules should only be relied
on for metrics classification. Other module (for instance, retries),
should provide their own abstractions.

Finally, this change fixes a test error-formatting issue.
2018-11-12 18:22:12 -08:00
..
support Fall-back to former classification logic with profiles (#123) 2018-11-12 18:22:12 -08:00
discovery.rs refactor: Structure the proxy in terms of `Stack` (#100) 2018-10-11 11:25:03 -07:00
shutdown.rs Migrate `conduit-proxy` to `linkerd2-proxy` 2018-07-07 22:45:21 +00:00
telemetry.rs Only use the classification label for response_total (#116) 2018-11-01 14:59:44 -07:00
transparency.rs strip other connection-level headers from HTTP/1 (#43) 2018-08-07 11:00:42 -07:00