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;
|
buffer = null;
|
||||||
response.Send();
|
response.Send();
|
||||||
response.RawBuffer = null;
|
|
||||||
}
|
}
|
||||||
catch (SocketException e)
|
catch (SocketException e)
|
||||||
{
|
{
|
||||||
|
|
|
@ -204,7 +204,6 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||||
buffer = null;
|
buffer = null;
|
||||||
|
|
||||||
response.Send();
|
response.Send();
|
||||||
response.RawBuffer = null;
|
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue