mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* Removed OpenSim.Data.NHibernate
* Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing
This commit is contained in:
@@ -1609,7 +1609,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
//while (true)
|
||||
//{
|
||||
// context = m_httpListener.GetContext();
|
||||
// ThreadPool.QueueUserWorkItem(new WaitCallback(HandleRequest), context);
|
||||
// ThreadPool.UnsafeQueueUserWorkItem(new WaitCallback(HandleRequest), context);
|
||||
// }
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user