diff options
author | UbitUmarov | 2016-09-03 08:50:22 +0100 |
---|---|---|
committer | UbitUmarov | 2016-09-03 08:50:22 +0100 |
commit | 4f9378bf97b69567f8bfb06cb8764405443464ec (patch) | |
tree | 6a0d5d39f58d47b46caaa8c2204e4727f8297d20 /OpenSim/Framework/Servers/HttpServer/Interfaces | |
parent | Merge branch 'master' into httptests (diff) | |
download | opensim-SC-4f9378bf97b69567f8bfb06cb8764405443464ec.zip opensim-SC-4f9378bf97b69567f8bfb06cb8764405443464ec.tar.gz opensim-SC-4f9378bf97b69567f8bfb06cb8764405443464ec.tar.bz2 opensim-SC-4f9378bf97b69567f8bfb06cb8764405443464ec.tar.xz |
remove reuse context code, they had notthing worth using and on original code when reusing contexts still in use, etc. Change DLL information to make clear it is a opensim fork, so our responsability not original author
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/Interfaces')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/Interfaces/IOSHttpResponse.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/Interfaces/IOSHttpResponse.cs b/OpenSim/Framework/Servers/HttpServer/Interfaces/IOSHttpResponse.cs index f61b090..d26b68a 100644 --- a/OpenSim/Framework/Servers/HttpServer/Interfaces/IOSHttpResponse.cs +++ b/OpenSim/Framework/Servers/HttpServer/Interfaces/IOSHttpResponse.cs | |||
@@ -118,7 +118,7 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
118 | /// </summary> | 118 | /// </summary> |
119 | string StatusDescription { get; set; } | 119 | string StatusDescription { get; set; } |
120 | 120 | ||
121 | bool ReuseContext { get; set; } | 121 | // bool ReuseContext { get; set; } |
122 | 122 | ||
123 | /// <summary> | 123 | /// <summary> |
124 | /// Add a header field and content to the response. | 124 | /// Add a header field and content to the response. |