mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 21:38:00 +03:00
feat: add readSocket
This commit is contained in:
@@ -28,6 +28,7 @@ private:
|
||||
void sendResponse(Client head, int);
|
||||
void setNonBlock(int fd);
|
||||
void sendData(Client &client, int fd);
|
||||
void readSocket(int fd, std::map<int, Client> &client_map);
|
||||
public:
|
||||
Server();
|
||||
Server(std::string path);
|
||||
|
||||
Reference in New Issue
Block a user