started adding more checks to the parser, some things settled, but mostly i have a lot more questions...

This commit is contained in:
Me
2022-07-31 04:20:04 +02:00
parent e5c2869172
commit 0cb49ffa5e
8 changed files with 205 additions and 159 deletions

View File

@@ -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?