mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
add: struct timeval in Client class, and lifeTime in Request
This commit is contained in:
@@ -12,6 +12,7 @@ private:
|
||||
|
||||
int _ret;
|
||||
int _row;
|
||||
int _lifeTime;
|
||||
unsigned int _contentLength;
|
||||
unsigned int _received;
|
||||
unsigned int _headerSize;
|
||||
@@ -44,6 +45,7 @@ public:
|
||||
std::string getConnection(void);
|
||||
ServerConfig *getConfig(void);
|
||||
int getCode(void);
|
||||
int getLifeTime(void);
|
||||
unsigned int getContentLength(void) const;
|
||||
unsigned int getHeaderSize(void) const;
|
||||
unsigned int getRecved(void)const;
|
||||
|
||||
Reference in New Issue
Block a user