mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
minor: correct error messages when queryfolder fails
This commit is contained in:
@@ -50,9 +50,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
private readonly BaseHttpServer m_server;
|
||||
private BlockingQueue<PollServiceHttpRequest> m_request;
|
||||
private bool m_running = true;
|
||||
private int m_timeout = 250;
|
||||
|
||||
|
||||
private int m_timeout = 250;
|
||||
|
||||
public PollServiceWorkerThread(BaseHttpServer pSrv, int pTimeout)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user