dont let webrequests keep copies of all put/post. should not, but may impact some connections like redirection

This commit is contained in:
UbitUmarov
2020-10-28 00:09:32 +00:00
parent 3d5d4333dd
commit e86bd042bb
3 changed files with 29 additions and 25 deletions

View File

@@ -80,7 +80,7 @@ namespace OpenSim
ServicePointManager.MaxServicePointIdleTime = 30000;
try { ServicePointManager.DnsRefreshTimeout = 5000; } catch { }
ServicePointManager.Expect100Continue = false;
ServicePointManager.Expect100Continue = true; // needed now to suport auto redir without writecache
ServicePointManager.UseNagleAlgorithm = false;
// Add the arguments supplied when running the application to the configuration