diff options
author | komels <komels@yandex-team.ru> | 2022-02-10 16:50:20 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:20 +0300 |
commit | 244466466f4f03621b0b399620f9094a16b511d2 (patch) | |
tree | edcba96d326d621e3e4ea17941c0f69782e167f1 /library/cpp/grpc/server/grpc_request.h | |
parent | 0689407cd3d1e44446526af0be1433d1c126788e (diff) | |
download | ydb-244466466f4f03621b0b399620f9094a16b511d2.tar.gz |
Restoring authorship annotation for <komels@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/grpc/server/grpc_request.h')
-rw-r--r-- | library/cpp/grpc/server/grpc_request.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/grpc/server/grpc_request.h b/library/cpp/grpc/server/grpc_request.h index 5bd8d3902b..b61ac1a351 100644 --- a/library/cpp/grpc/server/grpc_request.h +++ b/library/cpp/grpc/server/grpc_request.h @@ -113,10 +113,10 @@ public: return FinishPromise_.GetFuture(); } - TString GetPeer() const override { - return TString(this->Context.peer()); - } - + TString GetPeer() const override { + return TString(this->Context.peer()); + } + bool SslServer() const override { return Server_->SslServer(); } |