littles adjustements but still no solution to the main problem
This commit is contained in:
@@ -5,7 +5,7 @@ Webserv::Webserv()
|
||||
{
|
||||
std::cerr << "Server init\n";
|
||||
|
||||
_epfd = ::epoll_create1(0); // (EPOLL_CLOEXEC) for CGI fork ?
|
||||
_epfd = ::epoll_create1(EPOLL_CLOEXEC);
|
||||
if (_epfd == -1)
|
||||
{
|
||||
std::perror("err epoll_create1()");
|
||||
|
||||
Reference in New Issue
Block a user