diff options
author | Diva Canto | 2011-12-23 10:58:30 -0800 |
---|---|---|
committer | Diva Canto | 2011-12-23 10:58:30 -0800 |
commit | 26bb95fe3d5239c183bc3b312ef05e73fc06749c (patch) | |
tree | a0f4e2213aeeaf8eda71761942634393ec10fb13 /OpenSim/Services/Connectors/Hypergrid | |
parent | Region crossings redone: (1) removed WaitForCallback. Now that we are passing... (diff) | |
download | opensim-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.cs | 2 |
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 | ||