Results 2 issues of liseen

In round robin upstream mode, the healthcheck not worked. any plan to support this?

Hi, compile error: moxi-memcached.o: In function `process_stats_proxy_command': memcached.c:(.text+0x7fe3): undefined reference to`proxy_stats_dump_timings' I temporarily solved it by: diff --git a/memcached.c b/memcached.c index d967bee..c67f4c4 100644 --- a/memcached.c +++ b/memcached.c @@ -2972,7 +2972,9...