mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 05:17:59 +03:00
feat: add some fields
This commit is contained in:
@@ -29,6 +29,16 @@ private:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
bool allRead;
|
bool allRead;
|
||||||
|
enum e_req_status
|
||||||
|
{
|
||||||
|
READING,
|
||||||
|
WRITING,
|
||||||
|
ENDED
|
||||||
|
} req_status;
|
||||||
|
|
||||||
|
int serverfd;
|
||||||
|
size_t readn;
|
||||||
|
size_t left;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Request getRequest(void);
|
Request getRequest(void);
|
||||||
|
|||||||
Reference in New Issue
Block a user