carousell/Orion

potential data race

Closed this issue · 1 comments

hystrix.Do(req.Method+"-"+req.URL.EscapedPath(),

Ideally, the code should check the error of hystrix.Do and ONLY return data when no error happens. If hystrix.Do returns error, return nil with that error and abandon the resp, err.

hystrix support has been removed from round tripper!