cgi exec compare with file method
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user