mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
fix creators user cache
This commit is contained in:
@@ -145,6 +145,11 @@ namespace OpenSim.Framework
|
||||
get { return Flags == OSHTTPURIFlags.None ? "" : URI + "/";}
|
||||
}
|
||||
|
||||
public string HostAndPort
|
||||
{
|
||||
get { return (Flags == OSHTTPURIFlags.None) ? "" : Host + ":" + Port.ToString(); }
|
||||
}
|
||||
|
||||
public int CompareTo(OSHTTPURI other)
|
||||
{
|
||||
if (Port == other.Port && ((Flags & other.Flags) & OSHTTPURIFlags.ValidHost) != 0)
|
||||
|
||||
Reference in New Issue
Block a user