mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
remove end slash from most URLs we send to viewers
This commit is contained in:
@@ -429,7 +429,7 @@ namespace OpenSim.Framework.Console
|
||||
}
|
||||
|
||||
// This call is a CAP. The URL is the authentication.
|
||||
string uri = "/ReadResponses/" + sessionID.ToString() + "/";
|
||||
string uri = "/ReadResponses/" + sessionID.ToString();
|
||||
|
||||
m_Server.AddPollServiceHTTPHandler(new PollServiceEventArgs(null, uri, HasEvents, GetEvents, NoEvents, null, sessionID,25000)); // 25 secs timeout
|
||||
|
||||
|
||||
Reference in New Issue
Block a user