cgi exec compare with file method

This commit is contained in:
hugogogo
2022-08-08 13:20:06 +02:00
parent 78c3ffa456
commit da1f4b6e37
5 changed files with 97 additions and 48 deletions

View File

@@ -74,9 +74,9 @@ class Client
bool fill_script_path(std::string script);
private:
int _fd;
std::string _port;
std::string _ip;
const int _fd;
const std::string _port;
const std::string _ip;
listen_socket * _lsocket;
struct Request _request;