We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0bb8d commit 778dd8eCopy full SHA for 778dd8e
ydb/core/grpc_services/local_grpc/local_grpc.h
@@ -73,7 +73,7 @@ class TContextBase : public NYdbGrpc::IRequestContextBase {
73
}
74
void FinishStreamingOk() override {}
75
TAsyncFinishResult GetFinishFuture() override { return {}; }
76
- TString GetPeer() const override { return "localhost"; }
+ TString GetPeer() const override { return {}; }
77
bool SslServer() const override { return false; }
78
bool IsClientLost() const override { return false; }
79
bool IsStreamCall() const override { return false; }
0 commit comments