mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
HG: AAdded a few missing /'s at the end of URLs
This commit is contained in:
@@ -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"; */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user