mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
add mrieker fresh optimization on heap tracker
This commit is contained in:
@@ -54,7 +54,7 @@ namespace OpenSim.Region.ScriptEngine.XMREngine {
|
||||
}
|
||||
bool https = uri.Scheme == "https";
|
||||
if (!https && (uri.Scheme != "http")) {
|
||||
throw new WebException ("only support " + supported + ", not " + uri.Scheme);
|
||||
throw new WebException ("only support " + supported + ", not " + uri.Scheme + " in " + requestUrl);
|
||||
}
|
||||
string host = uri.Host;
|
||||
int port = uri.Port;
|
||||
|
||||
Reference in New Issue
Block a user