summaryrefslogtreecommitdiffstats
path: root/library/cpp/grpc/server/grpc_counters.h
diff options
context:
space:
mode:
authorspuchin <[email protected]>2022-02-10 16:48:17 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:17 +0300
commit6238988d0cc5068b8e6f61abe8dac4c6817720ad (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/grpc/server/grpc_counters.h
parentaab7e440a1750bc0841b355dcc4f388f31e5f5e3 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 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 e8f0ca2179e..0b6c36c84cc 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;