Summerizing of stats in Buffer done - closes #2

This commit is contained in:
Thulinma 2011-11-26 04:27:04 +01:00
parent 0716c319a6
commit a53b255e8f
5 changed files with 75 additions and 8 deletions

View file

@ -268,7 +268,7 @@ namespace Connector_HTTP{
unsigned int now = time(0);
if (now != lastStats){
lastStats = now;
std::string stat = "S "+conn.getStats();
std::string stat = "S "+conn.getStats("HTTP");
ss.write(stat);
}
}