script output fields is checked for duplicate
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user