diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs index 305759938e..e108eb58f7 100644 --- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs @@ -859,7 +859,6 @@ namespace OpenSim.Framework.Servers.HttpServer buffer = null; response.Send(); - response.RawBuffer = null; } catch (SocketException e) { diff --git a/OpenSim/Framework/Servers/HttpServer/PollServiceHttpRequest.cs b/OpenSim/Framework/Servers/HttpServer/PollServiceHttpRequest.cs index f83b771b16..ac7b2dbe9b 100644 --- a/OpenSim/Framework/Servers/HttpServer/PollServiceHttpRequest.cs +++ b/OpenSim/Framework/Servers/HttpServer/PollServiceHttpRequest.cs @@ -204,7 +204,6 @@ namespace OpenSim.Framework.Servers.HttpServer buffer = null; response.Send(); - response.RawBuffer = null; } catch (Exception ex) { diff --git a/bin/HttpServer_OpenSim.dll b/bin/HttpServer_OpenSim.dll index b12312da43..6136987045 100755 Binary files a/bin/HttpServer_OpenSim.dll and b/bin/HttpServer_OpenSim.dll differ