mirror of
https://github.com/opensim/opensim.git
synced 2026-07-15 12:05:49 +08:00
remove wrong ':'
This commit is contained in:
@@ -123,7 +123,7 @@ namespace OpenSim.Region.ClientStack.LindenCaps
|
||||
private void ProcessServerReleaseNotes(IOSHttpResponse httpResponse)
|
||||
{
|
||||
httpResponse.StatusCode = (int)HttpStatusCode.Moved;
|
||||
httpResponse.AddHeader("Location:", m_ServerReleaseNotesURL);
|
||||
httpResponse.AddHeader("Location", m_ServerReleaseNotesURL);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user