cancel keepalive if http status not OK, this maybe a bit 2 hardm but ok for now

This commit is contained in:
UbitUmarov
2020-04-25 14:27:44 +01:00
parent 7f2cfe734b
commit 80de74e127
2 changed files with 17 additions and 6 deletions

View File

@@ -161,7 +161,7 @@ namespace OpenSim.Framework.Servers.HttpServer
/// </value>
// public Hashtable Form { get; private set; }
public string RawUrl
public string RawUrl
{
get { return m_request.Uri.AbsolutePath; }
}