mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
reenable keepalive local override, + cosmetics
This commit is contained in:
@@ -31,7 +31,7 @@ using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Framework.Servers.HttpServer
|
||||
{
|
||||
public delegate void RequestMethod(UUID ID, OSHttpRequest request);
|
||||
public delegate OSHttpResponse RequestMethod(UUID ID, OSHttpRequest request);
|
||||
public delegate bool HasEventsMethod(UUID requestID, UUID pId);
|
||||
|
||||
public delegate Hashtable GetEventsMethod(UUID requestID, UUID pId);
|
||||
|
||||
Reference in New Issue
Block a user