PageCache should writeHeaders

This commit is contained in:
2016-10-25 17:52:20 +08:00
parent 3c347df812
commit a7edb55d4c
2 changed files with 10 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ class WebFrame
res.statusCode = 301;
res.headers[ "Location" ] = router.relaying.params[0];
_self.result = "";
_self.plantResult();
_self.plantResult( true );
}
, "302": function()
{