a few small fixes here and there, more telnet tests, starting Siege load testing
This commit is contained in:
@@ -361,6 +361,8 @@ void Client::_parse_request_target( std::string target )
|
||||
else
|
||||
_request.query = "";
|
||||
_request.abs_path = target.substr(0, pos);
|
||||
if (_request.abs_path[_request.abs_path.size() - 1] == '/')
|
||||
_request.abs_path.erase(_request.abs_path.size() - 1);
|
||||
}
|
||||
|
||||
void Client::_parse_request_fields()
|
||||
|
||||
Reference in New Issue
Block a user