HG: AAdded a few missing /'s at the end of URLs

This commit is contained in:
Diva Canto
2011-12-23 10:58:30 -08:00
parent 469955889e
commit 26bb95fe3d
3 changed files with 6 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ namespace OpenSim.Services.Connectors
public virtual string Helo()
{
HttpWebRequest req = (HttpWebRequest)HttpWebRequest.Create(m_ServerURI + "/helo");
HttpWebRequest req = (HttpWebRequest)HttpWebRequest.Create(m_ServerURI + "/helo/");
// Eventually we need to switch to HEAD
/* req.Method = "HEAD"; */