mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
change event pool timeout handling
This commit is contained in:
@@ -148,6 +148,10 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
if (responsedata.ContainsKey("keepalive"))
|
||||
response.KeepAlive = (bool)responsedata["keepalive"];
|
||||
|
||||
if (responsedata.ContainsKey("keepaliveTimeout"))
|
||||
response.KeepAliveTimeout = (int)responsedata["keepaliveTimeout"];
|
||||
|
||||
|
||||
if (responsedata.ContainsKey("prio"))
|
||||
response.Priority = (int)responsedata["prio"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user