Make change to fix Windows builds
parent
860cf767a1
commit
21f6572bf3
|
@ -107,7 +107,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||||
|
|
||||||
public bool IsSecured
|
public bool IsSecured
|
||||||
{
|
{
|
||||||
get { return _context.Secured; }
|
get { return _context.IsSecured; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool KeepAlive
|
public bool KeepAlive
|
||||||
|
|
Loading…
Reference in New Issue