wwbmmm commented on code in PR #1806: URL: https://github.com/apache/incubator-brpc/pull/1806#discussion_r902110556
########## 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: 如果找不到调用的地方,可以先不改,万一是brpc的某个上层库用到了,这里改了就会导致上层编译失败 -- 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