diff --git a/OpenSim/Framework/Servers/HttpServer/PollServiceHttpRequest.cs b/OpenSim/Framework/Servers/HttpServer/PollServiceHttpRequest.cs index 6718e7a43a..41583f1995 100644 --- a/OpenSim/Framework/Servers/HttpServer/PollServiceHttpRequest.cs +++ b/OpenSim/Framework/Servers/HttpServer/PollServiceHttpRequest.cs @@ -135,7 +135,7 @@ namespace OpenSim.Framework.Servers.HttpServer response.StatusCode = responsecode; if (responsecode == (int)HttpStatusCode.Moved) { - response.AddHeader("Location:", (string)responsedata["str_redirect_location"]); + response.AddHeader("Location", (string)responsedata["str_redirect_location"]); response.KeepAlive = false; PollServiceArgs.RequestsHandled++; response.Send();