Commit 1aafcc76 authored by justcoding121's avatar justcoding121

disable default; need more work on retry with polly

parent 03ed2635
...@@ -157,10 +157,10 @@ namespace Titanium.Web.Proxy ...@@ -157,10 +157,10 @@ namespace Titanium.Web.Proxy
public bool Enable100ContinueBehaviour { get; set; } public bool Enable100ContinueBehaviour { get; set; }
/// <summary> /// <summary>
/// Should we enable server connection pool? /// Should we enable experimental server connection pool?
/// Defaults to true. /// Defaults to disable.
/// </summary> /// </summary>
public bool EnableConnectionPool { get; set; } = true; public bool EnableConnectionPool { get; set; }
/// <summary> /// <summary>
/// Buffer size in bytes used throughout this proxy. /// 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