Commit eada7602 authored by justcoding121's avatar justcoding121

disable default; need more work on retry with polly

parent ef9c75a7
......@@ -157,10 +157,10 @@ namespace Titanium.Web.Proxy
public bool Enable100ContinueBehaviour { get; set; }
/// <summary>
/// Should we enable server connection pool?
/// Defaults to true.
/// Should we enable experimental server connection pool?
/// Defaults to disable.
/// </summary>
public bool EnableConnectionPool { get; set; } = true;
public bool EnableConnectionPool { get; set; }
/// <summary>
/// Buffer size in bytes used throughout this proxy.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment