TS base class can now repeat headers every X millis instead of at hardcoded interval

This commit is contained in:
Thulinma 2016-12-27 23:29:31 +01:00
parent 316a78b2ef
commit 20c6922929

View file

@ -29,7 +29,6 @@ namespace Mist {
}
pushOut = true;
udpSize = 5;
sendRepeatingHeaders = true;
if (target.find('?') != std::string::npos){
std::map<std::string, std::string> vars;
HTTP::parseVars(target.substr(target.find('?')+1), vars);