redone _read_request(). Should work with any BUFSIZE.
+ WIP in some aspects. Need to adjust parse_request() among others things. + update memo.txt
This commit is contained in:
@@ -31,6 +31,9 @@ class Client
|
||||
unsigned int status;
|
||||
listen_socket *lsocket;
|
||||
|
||||
bool header_complete;
|
||||
size_t read_body_size;
|
||||
|
||||
// const functions ?
|
||||
http_method get_method();
|
||||
std::string &get_path();
|
||||
|
||||
Reference in New Issue
Block a user