* An attempt to fix mantis #3955

* It's possible it could re-cause mantis #3953, but the FreeContext isn't always necessary because Connection: close ---> Disconnect(SocketError.Success) { FreeContext(); }
trunk
Teravus Ovares 2009-07-29 21:53:18 +00:00
parent f727f26bcc
commit 83a421a562
1 changed files with 2 additions and 2 deletions

View File

@ -747,7 +747,7 @@ namespace OpenSim.Framework.Servers.HttpServer
try try
{ {
response.Send(); response.Send();
response.FreeContext(); //response.FreeContext();
} }
catch (SocketException e) catch (SocketException e)
{ {
@ -780,7 +780,7 @@ namespace OpenSim.Framework.Servers.HttpServer
try try
{ {
response.Send(); response.Send();
response.FreeContext(); //response.FreeContext();
} }
catch (SocketException e) catch (SocketException e)
{ {