Merge branch 'development' into LTS_development
This commit is contained in:
commit
3a8b9e2a8a
3 changed files with 20 additions and 4 deletions
|
|
@ -609,6 +609,7 @@ std::string HTTP::Parser::allVars(){
|
|||
std::string ret;
|
||||
if (!vars.size()){return ret;}
|
||||
for (std::map<std::string, std::string>::iterator it = vars.begin(); it != vars.end(); ++it){
|
||||
if (!it->second.size()){continue;}
|
||||
if (ret.size() > 1){
|
||||
ret += "&";
|
||||
}else{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue