aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/RestClient.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/RestClient.cs b/OpenSim/Framework/Communications/RestClient.cs
index 7d45186..970f2a9 100644
--- a/OpenSim/Framework/Communications/RestClient.cs
+++ b/OpenSim/Framework/Communications/RestClient.cs
@@ -283,6 +283,7 @@ namespace OpenSim.Framework.Communications
283 _request.KeepAlive = false; 283 _request.KeepAlive = false;
284 _request.ContentType = "application/xml"; 284 _request.ContentType = "application/xml";
285 _request.Timeout = 200000; 285 _request.Timeout = 200000;
286 _request.Method = RequestMethod;
286 _asyncException = null; 287 _asyncException = null;
287 288
288// IAsyncResult responseAsyncResult = _request.BeginGetResponse(new AsyncCallback(ResponseIsReadyDelegate), _request); 289// IAsyncResult responseAsyncResult = _request.BeginGetResponse(new AsyncCallback(ResponseIsReadyDelegate), _request);