LIBOMV-647: Socket exception in GridProxy unhandled

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3026 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Latif Khalifa
2009-07-25 10:56:03 +00:00
parent bed566ca5b
commit 7584edae7e

View File

@@ -350,11 +350,10 @@ namespace GridProxy
{
for (; ; )
{
Socket client = loginServer.Accept();
try
{
Socket client = loginServer.Accept();
Thread connThread = new Thread((ThreadStart)delegate
{
OpenMetaverse.Logger.Log(">T> ProxyHTTP", Helpers.LogLevel.Debug);