mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
dont let webrequests keep copies of all put/post. should not, but may impact some connections like redirection
This commit is contained in:
@@ -83,7 +83,7 @@ namespace OpenSim.Server
|
||||
ServicePointManager.DefaultConnectionLimit = 32;
|
||||
ServicePointManager.MaxServicePointIdleTime = 30000;
|
||||
|
||||
ServicePointManager.Expect100Continue = false;
|
||||
ServicePointManager.Expect100Continue = true; // needed now to suport auto redir without writecache
|
||||
ServicePointManager.UseNagleAlgorithm = false;
|
||||
ServicePointManager.ServerCertificateValidationCallback = ValidateServerCertificate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user