mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 02:58:15 +08:00
* Add ability to specify whether to UseProxy or not on ReRoutes (#390) * Remove useProxy default value from HttpHandlerOptions constructor
This commit is contained in:

committed by
Tom Pallister

parent
0f2a9c1d0d
commit
87c13bd9b4
@ -688,7 +688,7 @@
|
||||
{
|
||||
var reRouteOptions = new ReRouteOptionsBuilder()
|
||||
.Build();
|
||||
var httpHandlerOptions = new HttpHandlerOptions(true, true,false);
|
||||
var httpHandlerOptions = new HttpHandlerOptions(true, true,false, true);
|
||||
|
||||
this.Given(x => x.GivenTheConfigIs(new FileConfiguration
|
||||
{
|
||||
|
Reference in New Issue
Block a user