add: url decode, and change client_body_size var to ssize_t

This commit is contained in:
Talyx
2022-02-14 17:34:01 +03:00
parent cec4ae69e1
commit b1a1404863
7 changed files with 40 additions and 17 deletions

View File

@@ -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);
}