wip debug comparison fields output script

This commit is contained in:
hugogogo
2022-08-11 19:42:09 +02:00
parent a1fff0f8c2
commit 3a58b5d921
7 changed files with 86 additions and 39 deletions

View File

@@ -240,7 +240,7 @@ std::string get_line(std::string str, size_t pos, std::string delim)
size_t
parse_http_headers (
std::string headers,
std::map<std::string, std::string> fields )
std::map<std::string, std::string> & fields )
{
std::vector<std::string> list;
std::vector<std::string>::iterator it;