master
Harald Wolff 2019-04-02 01:25:41 +02:00
parent 0dc5e242ee
commit c6dc759b99
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ namespace ln.http
public HttpResponse Redirect(string location,int status = 301)
public HttpResponse Redirect(string location,int status = 307)
{
HttpResponse httpResponse = new HttpResponse(this);
httpResponse.AddHeader("location", location);