mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
timestamp http requests
This commit is contained in:
@@ -192,6 +192,11 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
}
|
||||
private string m_userAgent;
|
||||
|
||||
public double ArrivalTS
|
||||
{
|
||||
get { return m_request.ArrivalTS;}
|
||||
}
|
||||
|
||||
internal IHttpRequest IHttpRequest
|
||||
{
|
||||
get { return m_request; }
|
||||
|
||||
Reference in New Issue
Block a user