Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 045dd23a76 | |||
| 90e832af61 |
@@ -129,7 +129,7 @@ func (s *Service) healthCheck() (bool, error) {
|
|||||||
}
|
}
|
||||||
defer resp.Body.Close()
|
defer resp.Body.Close()
|
||||||
|
|
||||||
fmt.Printf("ResponseCODE: %s\n", resp.StatusCode)
|
fmt.Printf("ResponseCODE: %v -- %v\n", req, resp)
|
||||||
return resp.StatusCode == http.StatusOK
|
return resp.StatusCode == http.StatusOK
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user