mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
style: rm comments
This commit is contained in:
@@ -189,13 +189,7 @@ void Server::start(void)
|
|||||||
throw std::logic_error("epoll_ret");
|
throw std::logic_error("epoll_ret");
|
||||||
for (int i = 0; i < ready_num; i++)
|
for (int i = 0; i < ready_num; i++)
|
||||||
{
|
{
|
||||||
/* if (_events[i].events == 0) */
|
|
||||||
/* continue; */
|
|
||||||
fd = _events[i].data.fd;
|
fd = _events[i].data.fd;
|
||||||
/* if (_events[i].data.fd == 0) */
|
|
||||||
/* { */
|
|
||||||
/* continue; */
|
|
||||||
/* } */
|
|
||||||
|
|
||||||
if (fd == server_sock.getSocketFd())
|
if (fd == server_sock.getSocketFd())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user