multi-closed fd fixed
This commit is contained in:
parent
92986bf0f9
commit
a3b4e597a4
1 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: sben-tay <sben-tay@student.42.fr> +#+ +:+ +#+ */
|
/* By: sben-tay <sben-tay@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2025/05/13 11:11:07 by rparodi #+# #+# */
|
/* Created: 2025/05/13 11:11:07 by rparodi #+# #+# */
|
||||||
/* Updated: 2025/06/23 14:46:53 by sben-tay ### ########.fr */
|
/* Updated: 2025/06/23 16:18:12 by sben-tay ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|
@ -152,7 +152,6 @@ void Server::start()
|
||||||
std::cout << "Poll loop finished" << std::endl;
|
std::cout << "Poll loop finished" << std::endl;
|
||||||
}
|
}
|
||||||
std::cout << "[INFO] CTRL+C détecté. Fermeture du serveur..." << std::endl;
|
std::cout << "[INFO] CTRL+C détecté. Fermeture du serveur..." << std::endl;
|
||||||
close(_serverFd);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue