mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 05:17:59 +03:00
upstream changes (src)
This commit is contained in:
@@ -302,7 +302,7 @@ int Request::parseClientfield(std::string str)
|
||||
value = str.erase(0, distance + 1);
|
||||
if (_headerField.find(key) != _headerField.end())
|
||||
{
|
||||
DBOUT << WARNING << getDebugTime() << FAIL << " [Pars-error] : [double header-field: " << key << " ] [method: "
|
||||
DBOUT << WARNING << getDebugTime() << FAIL << "[Pars-error] : [double header-field: " << key << " ] [method: "
|
||||
<< _method << " ]" << " [target: " << _URI << " ]" << ENDL;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user