script output fields is checked for duplicate

This commit is contained in:
hugogogo
2022-08-12 11:45:06 +02:00
parent 3a58b5d921
commit c225063361
5 changed files with 22 additions and 5 deletions

View File

@@ -284,6 +284,7 @@ void Client::_parse_request_fields()
std::cerr << "err _parse_request_fields(): " << ret << " fields are bad formated\n";
status = 400; // "bad request"
}
::str_map_key_tolower(_request.headers);
}
void Client::_parse_port_hostname(std::string host)