changed client_body_limit (now in KB)
+ multiples little adjusts
This commit is contained in:
@@ -39,7 +39,7 @@ void Webserv::_get(Client *client, std::string &path)
|
||||
_get_file(client, path);
|
||||
}
|
||||
|
||||
# define MAX_FILESIZE 1000000 // (1Mo)
|
||||
# define MAX_FILESIZE 1 * MB
|
||||
void Webserv::_get_file(Client *client, const std::string &path)
|
||||
{
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user