TS base class can now repeat headers every X millis instead of at hardcoded interval
This commit is contained in:
parent
316a78b2ef
commit
20c6922929
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue