This commit is contained in:
Cadey Ratio 2017-03-26 15:21:02 -07:00
parent 0a01896364
commit 919e160273
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ func (s *Server) ListenAndServe() error {
s.connlock.Lock()
for conn, c := range s.conns {
for _, c := range s.conns {
req, err := http.NewRequest("GET", "http://backend/health", nil)
if err != nil {
panic(err)