Still trying to get it to compile

This commit is contained in:
Me
2022-07-29 23:29:19 +02:00
parent 3ff62f5ddc
commit 001ad6becf
8 changed files with 209 additions and 147 deletions

View File

@@ -28,6 +28,8 @@ Webserv::Webserv()
} */
// we'll come back to this
/*
Webserv::Webserv(std::vector<ServerConfig>* servers)
: _servers(servers)
{
@@ -42,6 +44,7 @@ Webserv::Webserv(std::vector<ServerConfig>* servers)
throw std::runtime_error("Epoll init");
}
}
*/
Webserv::~Webserv()
{