changes var in client
This commit is contained in:
@@ -74,10 +74,10 @@ class Client
|
||||
bool fill_script_path(std::string script);
|
||||
|
||||
private:
|
||||
const int _fd;
|
||||
const std::string _port;
|
||||
const std::string _ip;
|
||||
const listen_socket * _lsocket;
|
||||
int _fd;
|
||||
std::string _port;
|
||||
std::string _ip;
|
||||
listen_socket * _lsocket;
|
||||
struct Request _request;
|
||||
|
||||
void _parse_request_line( std::string rline );
|
||||
|
||||
Reference in New Issue
Block a user