started adding more checks to the parser, some things settled, but mostly i have a lot more questions...
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
struct timeval send_timeout;
|
||||
struct timeval recv_timeout;
|
||||
|
||||
int client_body_limit;
|
||||
int client_body_limit; // set to default max if none set
|
||||
bool autoindex;
|
||||
|
||||
// not sure what these look like in config file
|
||||
@@ -52,7 +52,9 @@ public:
|
||||
|
||||
// is this the best way?
|
||||
std::string host;
|
||||
std::string port;
|
||||
std::string port; // port needs to be something else... not quite an int
|
||||
// should a Server be able to handle several?
|
||||
|
||||
|
||||
|
||||
// do i need a print all for testing?
|
||||
|
||||
Reference in New Issue
Block a user