Skip to content

Commit 778dd8e

Browse files
authored
YQ revert local grpc peer value (ydb-platform#7739)
1 parent cb0bb8d commit 778dd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/grpc_services/local_grpc/local_grpc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class TContextBase : public NYdbGrpc::IRequestContextBase {
7373
}
7474
void FinishStreamingOk() override {}
7575
TAsyncFinishResult GetFinishFuture() override { return {}; }
76-
TString GetPeer() const override { return "localhost"; }
76+
TString GetPeer() const override { return {}; }
7777
bool SslServer() const override { return false; }
7878
bool IsClientLost() const override { return false; }
7979
bool IsStreamCall() const override { return false; }

0 commit comments

Comments
 (0)