mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
fix: delete client, if he empty
This commit is contained in:
@@ -37,8 +37,8 @@ public:
|
||||
void setRawData(char *);
|
||||
void setFd(int);
|
||||
int getFd(void);
|
||||
unsigned int getRecvCounter(void) const;
|
||||
|
||||
unsigned int getRecvCounter(void) const;
|
||||
bool isEmpty(void);
|
||||
|
||||
public:
|
||||
int parseRequest(void);
|
||||
|
||||
Reference in New Issue
Block a user