consul/connect/proxy
Chris S. Kim 7f2732e12c Ensure connections are closed before WaitGroup marked as done
The previous ordering of defers meant the listener's connWG could fire and wake up other goroutines before the connection closed. Unsure if this caused any real bugs but this commit should make the code more correct.
2022-07-29 09:29:13 -04:00
..
config.go
config_test.go
conn.go
conn_test.go
listener.go Ensure connections are closed before WaitGroup marked as done 2022-07-29 09:29:13 -04:00
listener_test.go
proxy.go
proxy_test.go
testing.go