use heavy task by default

This commit is contained in:
lxsang 2018-10-14 21:47:27 +02:00
parent a187b48263
commit 61abd03669

View File

@ -215,6 +215,7 @@ void *accept_request(void *data)
LOG("Error performing SSL handshake %d %d %lu\n", stat, ret, ERR_get_error());
server_config.connection++;
ERR_print_errors_fp(stderr);
unknow(rq->client);
return task;
}
}