mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 21:38:00 +03:00
refactor: rm clean_funcs from server class
This commit is contained in:
@@ -33,8 +33,6 @@ class Server
|
||||
void readSocket(Client &client, int fd);
|
||||
int delete_client(std::map<int,Client *> &map, int fd);
|
||||
|
||||
static void clean_generic(toml_node *node);
|
||||
static void clean_parsed(TOMLMap *root);
|
||||
|
||||
enum e_req_status
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user