http reusecontext is obsolete

This commit is contained in:
UbitUmarov
2018-07-14 21:48:59 +01:00
parent ee2eed8c6f
commit aee981e5e2
6 changed files with 2 additions and 29 deletions

View File

@@ -119,7 +119,6 @@ namespace OpenSim.Framework.Servers.HttpServer
response.SendChunked = false;
response.ContentLength64 = 0;
response.ContentEncoding = Encoding.UTF8;
// response.ReuseContext = false;
response.KeepAlive = false;
response.SendChunked = false;
response.StatusCode = 503;