consul/agent/proxy
Paul Banks d1c67d90bc Fixs a few issues that stopped this working in real life but not caught by tests:
- Dev mode assumed no persistence of services although proxy state is persisted which caused proxies to be killed on startup as their services were no longer registered. Fixed.
 - Didn't snapshot the ProxyID which meant that proxies were adopted OK from snapshot but failed to restart if they died since there was no proxyID in the ENV on restart
 - Dev mode with no persistence just kills all proxies on shutdown since it can't recover them later
 - Naming things
2018-06-25 12:24:14 -07:00
..
daemon.go Fixs a few issues that stopped this working in real life but not caught by tests: 2018-06-25 12:24:14 -07:00
daemon_test.go Fixs a few issues that stopped this working in real life but not caught by tests: 2018-06-25 12:24:14 -07:00
exitstatus_other.go
exitstatus_syscall.go
manager.go Fixs a few issues that stopped this working in real life but not caught by tests: 2018-06-25 12:24:14 -07:00
manager_test.go
noop.go
noop_test.go
process.go
process_unix.go
process_windows.go
proxy.go Fixs a few issues that stopped this working in real life but not caught by tests: 2018-06-25 12:24:14 -07:00
proxy_test.go Fixs a few issues that stopped this working in real life but not caught by tests: 2018-06-25 12:24:14 -07:00
snapshot.go
test.go