mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
add: url decode, and change client_body_size var to ssize_t
This commit is contained in:
@@ -103,7 +103,7 @@ std::string Response::getCgiPass(void)
|
||||
return (_location->cgi_pass);
|
||||
}
|
||||
|
||||
unsigned int Response::getMaxBodySize(void)
|
||||
ssize_t Response::getMaxBodySize(void)
|
||||
{
|
||||
return (_maxBodySize);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user