This repository was archived by the owner on Mar 21, 2020. It is now read-only.

Description
-
in main function, after passing the tcp_server to all the worker threads, why calling uv_run again right after uv_close((uv_handle_t *)&tcp_server, NULL)? (keyless.c, line 1015, master branch)
-
in function flatten_operation, why should we pad the operation to KSSL_PAD_TO + KSSL_ITEM_HEADER_SIZE bytes?