mirror of
https://github.com/opensim/opensim.git
synced 2026-05-21 16:05:39 +08:00
very useless changes
This commit is contained in:
@@ -191,6 +191,7 @@ namespace OpenSim.Region.CoreModules.Scripting.HttpRequest
|
||||
MaxConnectionsPerServer = maxThreads < 10 ? maxThreads : 10,
|
||||
PooledConnectionLifetime = TimeSpan.FromMinutes(3)
|
||||
};
|
||||
|
||||
//shhnc.SslOptions.ClientCertificates = null,
|
||||
shh.SslOptions.EnabledSslProtocols = SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12 | SslProtocols.Tls13;
|
||||
shh.SslOptions.CertificateRevocationCheckMode = X509RevocationMode.NoCheck;
|
||||
@@ -579,7 +580,6 @@ namespace OpenSim.Region.CoreModules.Scripting.HttpRequest
|
||||
public int MaxRedirects { get; set; } = 10;
|
||||
|
||||
public string OutboundBody;
|
||||
|
||||
public string ResponseBody;
|
||||
public Dictionary<string, string> Headers;
|
||||
public int Status;
|
||||
|
||||
Reference in New Issue
Block a user