From f41e5343c5568ba27893551716af9e578a81dfbe Mon Sep 17 00:00:00 2001 From: MW Date: Tue, 15 May 2007 14:54:53 +0000 Subject: updated Build/project files to include the new projects and new files. Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour). --- OpenSim.Servers/BaseHttpServer.cs | 8 +-- OpenSim.Servers/OpenSim.Servers.dll.build | 102 +++++++++++++++--------------- 2 files changed, 55 insertions(+), 55 deletions(-) (limited to 'OpenSim.Servers') diff --git a/OpenSim.Servers/BaseHttpServer.cs b/OpenSim.Servers/BaseHttpServer.cs index bd5eed4..a14e5c3 100644 --- a/OpenSim.Servers/BaseHttpServer.cs +++ b/OpenSim.Servers/BaseHttpServer.cs @@ -155,7 +155,7 @@ namespace OpenSim.Servers public virtual void HandleRequest(Object stateinfo) { - try { + try { HttpListenerContext context = (HttpListenerContext)stateinfo; HttpListenerRequest request = context.Request; @@ -212,9 +212,9 @@ namespace OpenSim.Servers response.SendChunked = false; response.ContentLength64 = buffer.Length; output.Write(buffer, 0, buffer.Length); - output.Close(); - } catch (Exception e) { - Console.WriteLine(e.ToString()); + output.Close(); + } catch (Exception e) { + Console.WriteLine(e.ToString()); } } diff --git a/OpenSim.Servers/OpenSim.Servers.dll.build b/OpenSim.Servers/OpenSim.Servers.dll.build index 17a233e..61475ec 100644 --- a/OpenSim.Servers/OpenSim.Servers.dll.build +++ b/OpenSim.Servers/OpenSim.Servers.dll.build @@ -1,51 +1,51 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1