a few small fixes here and there, more telnet tests, starting Siege load testing
This commit is contained in:
@@ -105,6 +105,7 @@ void Webserv::_construct_response(Client *client)
|
||||
void Webserv::_process_method(Client *client, std::string &path)
|
||||
{
|
||||
std::cerr << "allow_methods = " << http_methods_to_str(client->assigned_location->allow_methods) << "\n"; // debug
|
||||
std::cerr << "Path again: " << path << '\n'; // debug
|
||||
|
||||
switch (client->get_rq_method())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user