aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs
diff options
context:
space:
mode:
authorUbitUmarov2018-07-14 21:48:59 +0100
committerUbitUmarov2018-07-14 21:48:59 +0100
commitaee981e5e2c0bbbfc5c6e840fe13fb107bc47804 (patch)
tree12395a70198eb03f75a8ec95cbfe2409314832ce /OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs
parenthttp reusecontext is obsolete (diff)
downloadopensim-SC-aee981e5e2c0bbbfc5c6e840fe13fb107bc47804.zip
opensim-SC-aee981e5e2c0bbbfc5c6e840fe13fb107bc47804.tar.gz
opensim-SC-aee981e5e2c0bbbfc5c6e840fe13fb107bc47804.tar.bz2
opensim-SC-aee981e5e2c0bbbfc5c6e840fe13fb107bc47804.tar.xz
http reusecontext is obsolete
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs b/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs
index 2e17f1e..4577ca3 100644
--- a/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs
+++ b/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs
@@ -117,8 +117,6 @@ namespace OpenSim.Tests.Common
117 /// </summary> 117 /// </summary>
118 public string StatusDescription { get; set; } 118 public string StatusDescription { get; set; }
119 119
120 public bool ReuseContext { get; set; }
121
122 /// <summary> 120 /// <summary>
123 /// Add a header field and content to the response. 121 /// Add a header field and content to the response.
124 /// </summary> 122 /// </summary>