mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 21:38:00 +03:00
feat: cleaning intermediate
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user