Fix recstart/recstop parameters

This commit is contained in:
Marco 2021-03-08 10:50:02 +01:00 committed by Thulinma
parent 4a712404ed
commit 8b59c9abe7
2 changed files with 58 additions and 29 deletions

View file

@ -761,6 +761,7 @@ void HTTP::parseVars(const std::string &data, std::map<std::string, std::string>
varval.clear();
}
if (varname.size()){
DONTEVEN_MSG("Found key:value pair '%s:%s'", varname.c_str(), varval.c_str());
storage[Encodings::URL::decode(varname)] = Encodings::URL::decode(varval);
}
if (nextpos == std::string::npos){