」 feat(src/server.cpp): handle_client :D

This commit is contained in:
y-syo
2025-04-13 11:54:26 +02:00
parent f185a811d8
commit 5fa656c453
2 changed files with 60 additions and 5 deletions

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/11 13:29:21 by mmoussou #+# #+# */
/* Updated: 2025/04/10 13:58:56 by adjoly ### ########.fr */
/* Updated: 2025/04/13 11:24:52 by mmoussou ### ########.fr */
/* */
/* ************************************************************************** */
@ -24,6 +24,8 @@
#include <sys/socket.h>
#include <netinet/in.h>
#define BUFFER_SIZE 4096
namespace webserv {
} //-namespace webserv