Skip to content
Snippets Groups Projects
Commit 4f1cda8e authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

bugfix

parent 0eb59b17
No related branches found
No related tags found
No related merge requests found
......@@ -56,9 +56,6 @@ ReceiverDataServerRequestPtr TcpServer::ReadRequest(SocketDescriptor socket, Err
GenericRequests TcpServer::ReadRequests(const ListSocketDescriptors& sockets) const noexcept {
GenericRequests requests;
for (auto client : sockets) {
log__->Debug("got active sockets: " + std::to_string(client));
}
for (auto client : sockets) {
Error err;
auto request = ReadRequest(client, &err);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment