mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
HG: Added HEAD method to Helo service. This is the preferred method, but its wide use will have to wait a few releases. So the sims are still calling GET for now.
This commit is contained in:
@@ -54,6 +54,8 @@ namespace OpenSim.Services.Connectors
|
||||
public virtual string Helo()
|
||||
{
|
||||
HttpWebRequest req = (HttpWebRequest)HttpWebRequest.Create(m_ServerURI + "/helo");
|
||||
// Eventually we need to switch to HEAD
|
||||
/* req.Method = "HEAD"; */
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user