Merge branch 'master' into httptests

This commit is contained in:
UbitUmarov
2016-12-14 13:35:53 +00:00
33 changed files with 231 additions and 111 deletions

View File

@@ -125,6 +125,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
hash["hostname"] = regInfo.ExternalHostName;
hash["http_port"] = regInfo.HttpPort.ToString();
hash["internal_port"] = regInfo.InternalEndPoint.Port.ToString();
hash["server_uri"] = regInfo.ServerURI;
}
if (message != null)