Skip to content

Commit

Permalink
remove old todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dhconnelly committed Dec 4, 2024
1 parent af0371f commit 192c0ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/http/server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ void HttpServer::Accept() {
}

void HttpServer::Handle(Client&& client) {
// TODO: concurrency
LOG(DEBUG) << "handling client " << client.addr << ":" << client.port;

SetTimeout(*client.fd, config_.read_timeout_millis, SO_RCVTIMEO);
Expand Down

0 comments on commit 192c0ba

Please sign in to comment.