remove wrong ':'
parent
899620bc13
commit
76019258e3
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue