update httpserver.dll this needs testing. May not be that nice...

master
UbitUmarov 2020-03-31 21:43:40 +01:00
parent ef49ac7049
commit e558dd3ac6
3 changed files with 0 additions and 2 deletions

View File

@ -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)
{ {

View File

@ -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.