From 204ed9d7bd7f25b744dae93e38974b34ea764f75 Mon Sep 17 00:00:00 2001 From: bettercallous Date: Tue, 30 Apr 2024 18:10:02 +0100 Subject: [PATCH] fixing more bugs --- Server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server.cpp b/Server.cpp index b54d354..474fef0 100644 --- a/Server.cpp +++ b/Server.cpp @@ -1149,8 +1149,8 @@ void Server::handleClientData(int fd) } //**************** STOOOOOOP HERE TOP G ... // command.clear(); + client.clearCommand(); } - client.clearCommand(); } else if (bytesRead == 0) {