http reusecontext is obsolete

0.9.1.0-post-fixes
UbitUmarov 2018-07-14 21:42:07 +01:00
parent 01400e38d5
commit ee2eed8c6f
1 changed files with 0 additions and 1 deletions

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
{