mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Merge branch 'master' into httptests
This commit is contained in:
@@ -52,7 +52,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
|
||||
public enum EventType : int
|
||||
{
|
||||
LongPoll = 0,
|
||||
Poll = 0,
|
||||
LslHttp = 1,
|
||||
Inventory = 2,
|
||||
Texture = 3,
|
||||
@@ -85,7 +85,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
Drop = pDrop;
|
||||
Id = pId;
|
||||
TimeOutms = pTimeOutms;
|
||||
Type = EventType.LongPoll;
|
||||
Type = EventType.Poll;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user