aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Hypergrid
diff options
context:
space:
mode:
authorDiva Canto2011-12-23 10:58:30 -0800
committerDiva Canto2011-12-23 10:58:30 -0800
commit26bb95fe3d5239c183bc3b312ef05e73fc06749c (patch)
treea0f4e2213aeeaf8eda71761942634393ec10fb13 /OpenSim/Services/Connectors/Hypergrid
parentRegion crossings redone: (1) removed WaitForCallback. Now that we are passing... (diff)
downloadopensim-SC_OLD-26bb95fe3d5239c183bc3b312ef05e73fc06749c.zip
opensim-SC_OLD-26bb95fe3d5239c183bc3b312ef05e73fc06749c.tar.gz
opensim-SC_OLD-26bb95fe3d5239c183bc3b312ef05e73fc06749c.tar.bz2
opensim-SC_OLD-26bb95fe3d5239c183bc3b312ef05e73fc06749c.tar.xz
HG: AAdded a few missing /'s at the end of URLs
Diffstat (limited to 'OpenSim/Services/Connectors/Hypergrid')
-rw-r--r--OpenSim/Services/Connectors/Hypergrid/HeloServiceConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Hypergrid/HeloServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/HeloServiceConnector.cs
index 7cfd6e8..ff1dd5f 100644
--- a/OpenSim/Services/Connectors/Hypergrid/HeloServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Hypergrid/HeloServiceConnector.cs
@@ -53,7 +53,7 @@ namespace OpenSim.Services.Connectors
53 53
54 public virtual string Helo() 54 public virtual string Helo()
55 { 55 {
56 HttpWebRequest req = (HttpWebRequest)HttpWebRequest.Create(m_ServerURI + "/helo"); 56 HttpWebRequest req = (HttpWebRequest)HttpWebRequest.Create(m_ServerURI + "/helo/");
57 // Eventually we need to switch to HEAD 57 // Eventually we need to switch to HEAD
58 /* req.Method = "HEAD"; */ 58 /* req.Method = "HEAD"; */
59 59