mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-11 23:18:47 +02:00
「🏗️」 wip: added default _toclose in client not used for now
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/04/17 11:12:41 by mmoussou #+# #+# */
|
||||
/* Updated: 2025/04/25 15:19:43 by adjoly ### ########.fr */
|
||||
/* Updated: 2025/04/25 15:28:08 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
using namespace webserv::server;
|
||||
|
||||
Client::Client(struct pollfd *pfd, sockaddr_in socket, config::Config *conf)
|
||||
: _pfd(pfd), _client_addr(socket), _Gconf(conf) {
|
||||
: _toClose(false), _pfd(pfd), _client_addr(socket), _Gconf(conf) {
|
||||
log("➕", "Client", "constructor called");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user