mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 23:28:46 +02:00
「🔨」 fix: now lauhcning at constrution
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2025/04/11 16:11:40 by adjoly #+# #+# */
|
/* Created: 2025/04/11 16:11:40 by adjoly #+# #+# */
|
||||||
/* Updated: 2025/04/12 10:16:00 by adjoly ### ########.fr */
|
/* Updated: 2025/04/12 11:17:30 by adjoly ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@ -78,6 +78,8 @@ void Server::_run(void) {
|
|||||||
Server::Server(config::Server *conf) : _conf(conf) {
|
Server::Server(config::Server *conf) : _conf(conf) {
|
||||||
log("➕", "Server::Server", "config constructor called");
|
log("➕", "Server::Server", "config constructor called");
|
||||||
_log = conf->getLogger();
|
_log = conf->getLogger();
|
||||||
|
_setup();
|
||||||
|
_run();
|
||||||
}
|
}
|
||||||
|
|
||||||
Server::~Server(void) {
|
Server::~Server(void) {
|
||||||
|
Reference in New Issue
Block a user