not much more, trying a fork

This commit is contained in:
hugogogo
2022-07-16 18:55:45 +02:00
parent ca81b6760e
commit 726bf36b17
3 changed files with 17 additions and 6 deletions

View File

@@ -35,7 +35,6 @@ void Webserv::bind(in_port_t port)
{
::perror("err bind(): ");
throw std::runtime_error("Socket bind");
// std::cerr << "error bind\n";
}
}