linkerd2/proxy/tests/support
Brian Smith 8607875267
Stop using the url crate in the proxy. (#450)
Version 1.7.0 of the url crate seems to be broken which means we cannot
`cargo update` the proxy without locking url to version 1.6. Since we only
use it in a very limited way anyway, and since we use http::uri for parsing
much more, just switch all uses of the url crate to use http::uri for parsing
instead.

This eliminates some build dependencies.

Signed-off-by: Brian Smith <brian@briansmith.org>
2018-02-26 08:55:48 -10:00
..
client.rs Adopt external tower-grpc and tower-h2 deps #225) 2018-02-01 11:57:02 -08:00
controller.rs Add timeout to Outbound::bind_service (#436) 2018-02-26 10:18:35 -08:00
mod.rs Stop using the url crate in the proxy. (#450) 2018-02-26 08:55:48 -10:00
proxy.rs Add timeout to Outbound::bind_service (#436) 2018-02-26 10:18:35 -08:00
server.rs Store proxy latencies in a structure that matches controller histogram (#11) 2018-02-07 18:02:59 -08:00
tcp.rs proxy: add transparent protocol detection and handling 2018-01-23 16:14:07 -08:00