mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
http reusecontext is obsolete
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user