mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 21:38:00 +03:00
feat: delete when empty
This commit is contained in:
@@ -32,6 +32,7 @@ class Server
|
||||
void setNonBlock(int fd);
|
||||
void sendData(Client &client, int fd);
|
||||
void readSocket(Client &client, int fd);
|
||||
int delete_client(std::map<int,Client *> &map, int fd);
|
||||
|
||||
enum e_req_status
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user