pbm with bind and sudo understood, next is port

This commit is contained in:
hugogogo
2022-07-15 22:14:29 +02:00
parent 6b1fd5a15b
commit ca81b6760e
4 changed files with 42 additions and 49 deletions

View File

@@ -36,10 +36,6 @@ class Webserv
std::map<std::string, std::string> _request;
std::map<std::string, std::string> _response;
class WebservError : public std::exception {
const char * what() const throw();
};
};
#endif