feat: first working sendData

This commit is contained in:
3lswear
2022-01-29 23:53:44 +03:00
parent 8568b78aaf
commit 744c84f544
2 changed files with 61 additions and 7 deletions

View File

@@ -27,6 +27,7 @@ private:
void sendClient(Client head, int);
void sendResponse(Client head, int);
void setNonBlock(int fd);
void sendData(Client &client, int fd);
public:
Server();
Server(std::string path);