mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 21:07:59 +03:00
fix: now builds 😠
This commit is contained in:
@@ -132,6 +132,7 @@ void Server::readSocket(Client &client, int fd)
|
|||||||
// client.setRawData(buf);
|
// client.setRawData(buf);
|
||||||
client.increaseRecvCounter(bytes_read);
|
client.increaseRecvCounter(bytes_read);
|
||||||
status = client.parseRequest();
|
status = client.parseRequest();
|
||||||
|
(void)status; //JOPA !!!!!
|
||||||
// client_map[fd].printClientInfo();
|
// client_map[fd].printClientInfo();
|
||||||
|
|
||||||
if (client.allRecved())
|
if (client.allRecved())
|
||||||
|
|||||||
Reference in New Issue
Block a user