linkerd2/proxy
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
..
controller-grpc Prepare for the v0.3.0 release (#406) 2018-02-21 11:14:11 -08:00
convert Prepare for the v0.3.0 release (#406) 2018-02-21 11:14:11 -08:00
futures-mpsc-lossy Prepare for the v0.3.0 release (#406) 2018-02-21 11:14:11 -08:00
router Prepare for the v0.3.0 release (#406) 2018-02-21 11:14:11 -08:00
src Stop using the url crate in the proxy. (#450) 2018-02-26 08:55:48 -10:00
tests Stop using the url crate in the proxy. (#450) 2018-02-26 08:55:48 -10:00
Cargo.toml Stop using the url crate in the proxy. (#450) 2018-02-26 08:55:48 -10:00
Dockerfile Add flaky_tests feature for skipping some tests on CI (#441) 2018-02-26 10:17:53 -08:00