mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-18 21:28:16 +08:00
removed some code we dont need as not expecting any errors so should just throw an exception to the global handler
This commit is contained in:
@ -114,7 +114,7 @@ namespace Ocelot.UnitTests.LoadBalancer
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public Response Release(HostAndPort hostAndPort)
|
||||
public void Release(HostAndPort hostAndPort)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
@ -127,7 +127,7 @@ namespace Ocelot.UnitTests.LoadBalancer
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public Response Release(HostAndPort hostAndPort)
|
||||
public void Release(HostAndPort hostAndPort)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
Reference in New Issue
Block a user