ZeroLiu2018 commented on code in PR #1806: URL: https://github.com/apache/incubator-brpc/pull/1806#discussion_r901709349
########## 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