aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPisarenko Grigoriy <79596613+GrigoriyPA@users.noreply.github.com>2024-08-08 17:36:05 +0300
committerGitHub <noreply@github.com>2024-08-08 17:36:05 +0300
commit5e487eb13de027b8d132df4ef54c1be9df82b89e (patch)
tree0412cc42d631901e9f97d75a761dd19724e97bdd
parentbb76355267b4b29abca62e1a0ba1ee797bca7f54 (diff)
downloadydb-5e487eb13de027b8d132df4ef54c1be9df82b89e.tar.gz
YQ revert local grpc peer value (#7555)
-rw-r--r--ydb/core/grpc_services/local_grpc/local_grpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/grpc_services/local_grpc/local_grpc.h b/ydb/core/grpc_services/local_grpc/local_grpc.h
index 9a67e1c2ed9..8c00724d81c 100644
--- a/ydb/core/grpc_services/local_grpc/local_grpc.h
+++ b/ydb/core/grpc_services/local_grpc/local_grpc.h
@@ -73,7 +73,7 @@ public:
}
void FinishStreamingOk() override {}
TAsyncFinishResult GetFinishFuture() override { return {}; }
- TString GetPeer() const override { return "localhost"; }
+ TString GetPeer() const override { return {}; }
bool SslServer() const override { return false; }
bool IsClientLost() const override { return false; }
bool IsStreamCall() const override { return false; }