diff options
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/PollServiceHttpRequest.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/PollServiceHttpRequest.cs b/OpenSim/Framework/Servers/HttpServer/PollServiceHttpRequest.cs index d5c25b9..7f24ebd 100644 --- a/OpenSim/Framework/Servers/HttpServer/PollServiceHttpRequest.cs +++ b/OpenSim/Framework/Servers/HttpServer/PollServiceHttpRequest.cs | |||
@@ -92,7 +92,6 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
92 | response.SendChunked = false; | 92 | response.SendChunked = false; |
93 | response.ContentLength64 = buffer.Length; | 93 | response.ContentLength64 = buffer.Length; |
94 | response.ContentEncoding = Encoding.UTF8; | 94 | response.ContentEncoding = Encoding.UTF8; |
95 | // response.ReuseContext = false; | ||
96 | 95 | ||
97 | try | 96 | try |
98 | { | 97 | { |