ZeroLiu2018 commented on code in PR #1806: URL: https://github.com/apache/incubator-brpc/pull/1806#discussion_r902181065
########## src/brpc/input_messenger.h: ########## @@ -83,6 +83,7 @@ class InputMessenger : public SocketUser { // [thread-safe] Create a socket to process input messages. int Create(const butil::EndPoint& remote_side, time_t health_check_interval_s, + const std::string& health_check_path, Review Comment: 增加了一个重载版本,不然感觉是留了个坑 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org