From b0a90642ded3607c3b8448547bc020261c68f324 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Sat, 8 Nov 2008 16:22:36 +0000 Subject: * Made ClientLoop non-infinite, ClientLoop will now disengage when the client has logged out. * Cleaned up a section of LLClientView * Removed unused 'using' from HTTPServer * Please test this patch. --- OpenSim/Framework/Servers/BaseHttpServer.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/Servers/BaseHttpServer.cs b/OpenSim/Framework/Servers/BaseHttpServer.cs index 98b44db..f8964b8 100644 --- a/OpenSim/Framework/Servers/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/BaseHttpServer.cs @@ -26,14 +26,12 @@ */ using System; -using System.Diagnostics; using System.Collections; using System.Collections.Generic; using System.IO; using System.Net; using System.Net.Sockets; using System.Reflection; -using System.Security.Cryptography.X509Certificates; using System.Text; using System.Threading; using System.Xml; @@ -63,7 +61,7 @@ namespace OpenSim.Framework.Servers protected uint m_port; protected uint m_sslport; - protected bool m_ssl = false; + protected bool m_ssl; protected bool m_firstcaps = true; protected string m_SSLCommonName = ""; -- cgit v1.1