update httpserver.dll this needs testing. May not be that nice...
parent
ef49ac7049
commit
e558dd3ac6
|
@ -859,7 +859,6 @@ namespace OpenSim.Framework.Servers.HttpServer
|
|||
|
||||
buffer = null;
|
||||
response.Send();
|
||||
response.RawBuffer = null;
|
||||
}
|
||||
catch (SocketException e)
|
||||
{
|
||||
|
|
|
@ -204,7 +204,6 @@ namespace OpenSim.Framework.Servers.HttpServer
|
|||
buffer = null;
|
||||
|
||||
response.Send();
|
||||
response.RawBuffer = null;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue