mirror of
https://github.com/opensim/opensim.git
synced 2026-06-06 02:55:47 +08:00
timestamp http requests
This commit is contained in:
@@ -197,6 +197,7 @@ namespace OSHttpServer
|
||||
m_currentRequest.UriPath = e.UriPath;
|
||||
m_currentRequest.AddHeader("remote_addr", LocalIPEndPoint.Address.ToString());
|
||||
m_currentRequest.AddHeader("remote_port", LocalIPEndPoint.Port.ToString());
|
||||
m_currentRequest.ArrivalTS = ContextTimeoutManager.GetTimeStamp();
|
||||
|
||||
FirstRequestLineReceived = true;
|
||||
TriggerKeepalive = false;
|
||||
|
||||
Reference in New Issue
Block a user