This commit is contained in:
Tom Gardham-Pallister 2018-03-14 19:55:24 +00:00
parent 9c757e2bd8
commit f7c23d3384

View File

@ -43,8 +43,7 @@ namespace Ocelot.Requester
} }
catch (BrokenCircuitException exception) catch (BrokenCircuitException exception)
{ {
return return new ErrorResponse<HttpResponseMessage>(new RequestTimedOutError(exception));
new ErrorResponse<HttpResponseMessage>(new RequestTimedOutError(exception));
} }
catch (Exception exception) catch (Exception exception)
{ {