mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
set Expect100Continue false again
This commit is contained in:
@@ -80,7 +80,7 @@ namespace OpenSim
|
||||
ServicePointManager.MaxServicePointIdleTime = 30000;
|
||||
|
||||
try { ServicePointManager.DnsRefreshTimeout = 5000; } catch { }
|
||||
ServicePointManager.Expect100Continue = true; // needed now to suport auto redir without writecache
|
||||
ServicePointManager.Expect100Continue = false;
|
||||
ServicePointManager.UseNagleAlgorithm = false;
|
||||
|
||||
// Add the arguments supplied when running the application to the configuration
|
||||
|
||||
@@ -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