1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

Added new HTTP server (tiny wrapper on top of libuv + http_parser), removed libmicrohttpd support.

This commit is contained in:
XMRig
2019-03-29 12:33:11 +07:00
parent 725796a1ab
commit 01ad6bf2d9
29 changed files with 4312 additions and 237 deletions

View File

@@ -143,7 +143,6 @@ void Summary::print(xmrig::Controller *controller)
print_cpu(controller->config());
print_threads(controller->config());
controller->config()->pools().print();
controller->config()->http().print();
print_commands(controller->config());
}