http reusecontext is obsolete

This commit is contained in:
UbitUmarov
2018-07-14 21:42:07 +01:00
parent 01400e38d5
commit ee2eed8c6f

View File

@@ -92,7 +92,6 @@ namespace OpenSim.Framework.Servers.HttpServer
response.SendChunked = false;
response.ContentLength64 = buffer.Length;
response.ContentEncoding = Encoding.UTF8;
// response.ReuseContext = false;
try
{