From a187b482639d6e3fcb3d9c9496595901aa5e0d3d Mon Sep 17 00:00:00 2001 From: lxsang Date: Sun, 14 Oct 2018 21:46:30 +0200 Subject: [PATCH] use heavy task by default --- http_server.c | 1 + 1 file changed, 1 insertion(+) diff --git a/http_server.c b/http_server.c index 655eb07..e8918a7 100644 --- a/http_server.c +++ b/http_server.c @@ -185,6 +185,7 @@ void *accept_request(void *data) { LOG("Too much attempt, give up on %d\n", client->sock); server_config.connection++; + unknow(rq->client); return task; } client->attempt++;