in elastictransport/logger.go [448:453]
func resStatusCode(res *http.Response) int { if res == nil { return -1 } return res.StatusCode }