mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
http reusecontext is obsolete
This commit is contained in:
@@ -92,7 +92,6 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
response.SendChunked = false;
|
||||
response.ContentLength64 = buffer.Length;
|
||||
response.ContentEncoding = Encoding.UTF8;
|
||||
// response.ReuseContext = false;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user