mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
- Added BaseHttpServer.Stop
- Added "register" command to MessagingServer to re-register with the UserServer after that crashed/was restarted.
This commit is contained in:
@@ -1357,6 +1357,11 @@ namespace OpenSim.Framework.Servers
|
||||
}
|
||||
}
|
||||
|
||||
public void Stop()
|
||||
{
|
||||
m_httpListener2.Stop();
|
||||
}
|
||||
|
||||
public void RemoveStreamHandler(string httpMethod, string path)
|
||||
{
|
||||
string handlerKey = GetHandlerKey(httpMethod, path);
|
||||
|
||||
Reference in New Issue
Block a user