close fds and exit the program cleanly
This commit is contained in:
@@ -35,6 +35,7 @@ class Server {
|
||||
void handleClientConnection();
|
||||
void handleClientData(int fd);
|
||||
void clientCleanup(int fd);
|
||||
void closeFds();
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user