add mrieker fresh optimization on heap tracker

This commit is contained in:
UbitUmarov
2018-02-05 12:48:07 +00:00
parent a7e2978db9
commit 38cd12b3cf
5 changed files with 155 additions and 66 deletions

View File

@@ -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;