debug new request parsing

This commit is contained in:
hugogogo
2022-08-11 14:50:56 +02:00
parent 27b4f96618
commit ff77dfd298
6 changed files with 58 additions and 24 deletions

View File

@@ -75,6 +75,8 @@ class Client
void clear_request();
void clear_script();
bool fill_script_path(std::string script);
// DEBUG
void print_client(std::string message = "");
private:
int _fd;