linkerd2-proxy/proxy
Brian Smith ad515bb537 Proxy: Parse all environment variables before aborting (#24)
Previously, as soon as we would encounter one environment variable with
an invalid value we would exit. This is frustrating behavior when
deploying to Kubernetes and there are multiple problems because the
edit-compile-test cycle is so slow.

Fix this by parsing all the environment variables and logging error
messages before exiting.

I validated this manually.
2017-12-13 18:56:14 -06:00
..
src Proxy: Parse all environment variables before aborting (#24) 2017-12-13 18:56:14 -06:00
tests apply rustffmt on proxy, remove rustfmt.toml for now 2017-12-05 00:44:16 +00:00
Cargo.toml Prepare for v0.1.0 (#1) 2017-12-04 19:55:56 -08:00
build.rs apply rustffmt on proxy, remove rustfmt.toml for now 2017-12-05 00:44:16 +00:00