mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
set Expect100Continue false again
This commit is contained in:
@@ -81,7 +81,7 @@ namespace OpenSim.Server
|
||||
ServicePointManager.DefaultConnectionLimit = 64;
|
||||
ServicePointManager.MaxServicePointIdleTime = 30000;
|
||||
|
||||
ServicePointManager.Expect100Continue = true; // needed now to suport auto redir without writecache
|
||||
ServicePointManager.Expect100Continue = false;
|
||||
ServicePointManager.UseNagleAlgorithm = false;
|
||||
ServicePointManager.ServerCertificateValidationCallback = ValidateServerCertificate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user