diff options
author | spuchin <[email protected]> | 2022-02-10 16:48:17 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:17 +0300 |
commit | 6238988d0cc5068b8e6f61abe8dac4c6817720ad (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/grpc/server/grpc_counters.h | |
parent | aab7e440a1750bc0841b355dcc4f388f31e5f5e3 (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.h | 10 |
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; |