fixed an autoindex issue, working on uploading files

This commit is contained in:
Me
2022-08-12 23:45:13 +02:00
parent 4d395088d0
commit a69273b88e
6 changed files with 95 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ int Webserv::_read_request(Client *client)
}
client->raw_request.append(buf, ret);
print_special(client->raw_request);
// print_special(client->raw_request);
if (!client->header_complete)
{