mirror of
https://github.com/opensim/opensim.git
synced 2026-07-08 05:36:27 +08:00
also expose the request client IP as seen by server port
This commit is contained in:
@@ -54,7 +54,7 @@ namespace OSHttpServer
|
||||
|
||||
context.Stream = stream;
|
||||
context.IsSecured = isSecured;
|
||||
context.LocalRemoteEndPoint = endPoint;
|
||||
context.LocalIPEndPoint = endPoint;
|
||||
ContextTimeoutManager.StartMonitoringContext(context);
|
||||
m_activeContexts[context.contextID] = context;
|
||||
context.Start();
|
||||
|
||||
Reference in New Issue
Block a user