diff options
Diffstat (limited to 'kike.c')
-rw-r--r-- | kike.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3486,7 +3486,6 @@ irc_try_fetch_client (struct server_context *ctx, int listen_fd) // Resolve the client's hostname first; this is a blocking operation that // depends on the network, so run it asynchronously with some timeout - // FIXME: we can run out of threads when there's a lot of connections c->gni = async_getnameinfo (&ctx->poller.common.async, (const struct sockaddr *) &peer, peer_len, NI_NUMERICSERV); c->gni->dispatcher = on_client_gni_resolved; |