Browse Source

Update HTTPServer.cpp

pull/539/head
xcps 8 years ago committed by GitHub
parent
commit
7e580e6a0b
  1. 2
      HTTPServer.cpp

2
HTTPServer.cpp

@ -612,7 +612,7 @@ namespace http { @@ -612,7 +612,7 @@ namespace http {
HandleCommand (req, res, s);
} else {
ShowStatus (s);
//res.add_header("Refresh", "5");
res.add_header("Refresh", 10");
}
ShowPageTail (s);

Loading…
Cancel
Save