mirror of
https://github.com/lxsang/ant-http
synced 2025-07-27 02:59:47 +02:00
use heavy task by default
This commit is contained in:
@ -215,6 +215,7 @@ void *accept_request(void *data)
|
|||||||
LOG("Error performing SSL handshake %d %d %lu\n", stat, ret, ERR_get_error());
|
LOG("Error performing SSL handshake %d %d %lu\n", stat, ret, ERR_get_error());
|
||||||
server_config.connection++;
|
server_config.connection++;
|
||||||
ERR_print_errors_fp(stderr);
|
ERR_print_errors_fp(stderr);
|
||||||
|
unknow(rq->client);
|
||||||
return task;
|
return task;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user