feat: cleaning intermediate

This commit is contained in:
3lswear
2022-02-06 15:19:09 +03:00
parent d2637eee79
commit b2df81d00d
2 changed files with 80 additions and 1 deletions

View File

@@ -33,6 +33,9 @@ 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
{
READING,