use heavy task by default

This commit is contained in:
lxsang 2018-10-14 21:46:30 +02:00
parent 81ff9f2c3c
commit a187b48263

View File

@ -185,6 +185,7 @@ void *accept_request(void *data)
{ {
LOG("Too much attempt, give up on %d\n", client->sock); LOG("Too much attempt, give up on %d\n", client->sock);
server_config.connection++; server_config.connection++;
unknow(rq->client);
return task; return task;
} }
client->attempt++; client->attempt++;