Merge branch 'master' into httptests

This commit is contained in:
UbitUmarov
2017-05-14 07:52:50 +01:00
25 changed files with 247 additions and 82 deletions

View File

@@ -76,8 +76,8 @@ namespace OpenSim.Server
public static int Main(string[] args)
{
// Make sure we don't get outbound connections queueing
ServicePointManager.DefaultConnectionLimit = 50;
ServicePointManager.DefaultConnectionLimit = 64;
ServicePointManager.Expect100Continue = false;
ServicePointManager.UseNagleAlgorithm = false;
ServicePointManager.ServerCertificateValidationCallback = ValidateServerCertificate;