diff options
author | krasnobaev <krasnobaev@yandex-team.ru> | 2022-02-10 16:50:19 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:19 +0300 |
commit | 57d5924cfae7600e91d372034c64914e0a0b6396 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/grpc/server/grpc_async_ctx_base.h | |
parent | 408b62b8b2bb0540f9251bb682b01b4d585d3754 (diff) | |
download | ydb-57d5924cfae7600e91d372034c64914e0a0b6396.tar.gz |
Restoring authorship annotation for <krasnobaev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/grpc/server/grpc_async_ctx_base.h')
-rw-r--r-- | library/cpp/grpc/server/grpc_async_ctx_base.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/grpc/server/grpc_async_ctx_base.h b/library/cpp/grpc/server/grpc_async_ctx_base.h index 8fbce61f94..51356d4ce5 100644 --- a/library/cpp/grpc/server/grpc_async_ctx_base.h +++ b/library/cpp/grpc/server/grpc_async_ctx_base.h @@ -69,10 +69,10 @@ public: return values; } - grpc_compression_level GetCompressionLevel() const { - return Context.compression_level(); - } - + grpc_compression_level GetCompressionLevel() const { + return Context.compression_level(); + } + void Shutdown() override { // Shutdown may only be called after request has started successfully if (Context.c_call()) |