aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/grpc/server/grpc_counters.h
diff options
context:
space:
mode:
authorspuchin <spuchin@yandex-team.ru>2022-02-10 16:48:16 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:16 +0300
commitaab7e440a1750bc0841b355dcc4f388f31e5f5e3 (patch)
treec4ea3bd0ac108e34c329b483ba6ce11e25dfd005 /library/cpp/grpc/server/grpc_counters.h
parent47dc960d070b29aa93972d1d49088393af89383f (diff)
downloadydb-aab7e440a1750bc0841b355dcc4f388f31e5f5e3.tar.gz
Restoring authorship annotation for <spuchin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/grpc/server/grpc_counters.h')
-rw-r--r--library/cpp/grpc/server/grpc_counters.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/grpc/server/grpc_counters.h b/library/cpp/grpc/server/grpc_counters.h
index 0b6c36c84c..e8f0ca2179 100644
--- a/library/cpp/grpc/server/grpc_counters.h
+++ b/library/cpp/grpc/server/grpc_counters.h
@@ -97,11 +97,11 @@ public:
*InflyRequestBytes += requestSize;
}
- void FinishProcessing(ui32 requestSize, ui32 responseSize, bool ok, ui32 status,
- TDuration requestDuration) override
- {
- Y_UNUSED(status);
-
+ void FinishProcessing(ui32 requestSize, ui32 responseSize, bool ok, ui32 status,
+ TDuration requestDuration) override
+ {
+ Y_UNUSED(status);
+
InflyCounter->Dec();
*InflyRequestBytes -= requestSize;
*ResponseBytes += responseSize;