mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:22:50 +08:00
#271 formatting
This commit is contained in:
parent
9c757e2bd8
commit
f7c23d3384
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user