🏗️」 wip: reformated a lot of file

This commit is contained in:
2025-04-30 10:42:23 +02:00
parent 41efd2c19e
commit 19bc8730e6
10 changed files with 469 additions and 435 deletions

View File

@ -1,12 +1,12 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* HttpIMessage.hpp :+: :+: :+: */
/* IMessage.hpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/11 22:13:38 by mmoussou #+# #+# */
/* Updated: 2025/04/23 14:38:55 by mmoussou ### ########.fr */
/* Updated: 2025/04/30 09:49:48 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/14 14:14:39 by adjoly #+# #+# */
/* Updated: 2025/04/29 14:24:45 by adjoly ### ########.fr */
/* Updated: 2025/04/30 09:37:38 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -45,7 +45,7 @@ class Client {
struct pollfd *_pfd;
struct sockaddr_in _client_addr;
http::IRequest *_request;
http::ARequest *_request;
// http::Response *_response;
config::Server *_conf;
config::Config *_Gconf;