mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
http server change remote endpoint handling
This commit is contained in:
@@ -54,8 +54,7 @@ namespace OSHttpServer
|
||||
|
||||
context.Stream = stream;
|
||||
context.IsSecured = isSecured;
|
||||
context.RemotePort = endPoint.Port.ToString();
|
||||
context.RemoteAddress = endPoint.Address.ToString();
|
||||
context.LocalRemoteEndPoint = endPoint;
|
||||
ContextTimeoutManager.StartMonitoringContext(context);
|
||||
m_activeContexts[context.contextID] = context;
|
||||
context.Start();
|
||||
|
||||
Reference in New Issue
Block a user