jenrryyou commented on code in PR #2938: URL: https://github.com/apache/brpc/pull/2938#discussion_r2030132594
########## src/brpc/stream_impl.h: ########## @@ -134,6 +134,7 @@ friend struct butil::DefaultDeleter<Stream>; butil::IOBuf *_pending_buf; int64_t _start_idle_timer_us; bthread_timer_t _idle_timer; + std::once_flag set_host_socket_flag; Review Comment: done -- 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