1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-24 10:14:13 +00:00

Update HTTPServer.cpp

This commit is contained in:
xcps 2016-06-24 17:58:46 -04:00 committed by GitHub
parent 047c8eda22
commit 7e580e6a0b

View File

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