mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
remove another wrong ':'
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user