changes var in client

This commit is contained in:
hugogogo
2022-08-08 18:06:41 +02:00
parent f10931042f
commit e1a68bc3e4
6 changed files with 44 additions and 39 deletions

View File

@@ -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 );