linkerd2/proxy/tests
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
..
support Stop using the url crate in the proxy. (#450) 2018-02-26 08:55:48 -10:00
discovery.rs Add timeout to Outbound::bind_service (#436) 2018-02-26 10:18:35 -08:00
telemetry.rs Add flaky_tests feature for skipping some tests on CI (#441) 2018-02-26 10:17:53 -08:00
transparency.rs proxy: don't send transfer-encoding for empty GET requests (#410) 2018-02-23 16:22:45 -08:00