change: location alg

This commit is contained in:
Talyx
2022-02-12 18:57:07 +03:00
parent 4c7712eac1
commit cec4ae69e1
5 changed files with 31 additions and 15 deletions

View File

@@ -103,6 +103,10 @@ std::string Response::getCgiPass(void)
return (_location->cgi_pass);
}
unsigned int Response::getMaxBodySize(void)
{
return (_maxBodySize);
}
//-------------------------------------------------File---------------------------------------
void Response::OpenResponseFile(const char *path)