From cd53b77f6fe67a131e376d74d4e6ffa25e35d412 Mon Sep 17 00:00:00 2001 From: hcpp Date: Thu, 10 Feb 2022 16:50:01 +0300 Subject: Restoring authorship annotation for . Commit 1 of 2. --- library/cpp/actors/http/http_proxy_incoming.cpp | 2 +- library/cpp/grpc/server/grpc_request.h | 14 +++++++------- library/cpp/ya.make | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'library/cpp') diff --git a/library/cpp/actors/http/http_proxy_incoming.cpp b/library/cpp/actors/http/http_proxy_incoming.cpp index 80fe2af53d0..a6bb8e663b4 100644 --- a/library/cpp/actors/http/http_proxy_incoming.cpp +++ b/library/cpp/actors/http/http_proxy_incoming.cpp @@ -20,7 +20,7 @@ public: TDeque RecycledRequests; THPTimer InactivityTimer; - static constexpr TDuration InactivityTimeout = TDuration::Minutes(2); + static constexpr TDuration InactivityTimeout = TDuration::Minutes(2); TEvPollerReady* InactivityEvent = nullptr; TPollerToken::TPtr PollerToken; diff --git a/library/cpp/grpc/server/grpc_request.h b/library/cpp/grpc/server/grpc_request.h index 5bd8d3902b5..acde4cd8461 100644 --- a/library/cpp/grpc/server/grpc_request.h +++ b/library/cpp/grpc/server/grpc_request.h @@ -37,13 +37,13 @@ public: IStreamAdaptor::TPtr CreateStreamAdaptor(); /////////////////////////////////////////////////////////////////////////////// -template +template class TGRpcRequestImpl : public TBaseAsyncContext , public IQueueEvent , public IRequestContextBase { - using TThis = TGRpcRequestImpl; + using TThis = TGRpcRequestImpl; public: using TOnRequest = std::function; @@ -244,7 +244,7 @@ private: void WriteDataOk(NProtoBuf::Message* resp) { auto makeResponseString = [&] { TString x; - TOutProtoPrinter printer; + TOutProtoPrinter printer; printer.SetSingleLineMode(true); printer.PrintToString(*resp, &x); return x; @@ -334,7 +334,7 @@ private: auto makeRequestString = [&] { TString resp; if (ok) { - TInProtoPrinter printer; + TInProtoPrinter printer; printer.SetSingleLineMode(true); printer.PrintToString(*Request_, &resp); } else { @@ -510,9 +510,9 @@ private: IStreamAdaptor::TPtr StreamAdaptor_; }; -template -class TGRpcRequest: public TGRpcRequestImpl { - using TBase = TGRpcRequestImpl; +template +class TGRpcRequest: public TGRpcRequestImpl { + using TBase = TGRpcRequestImpl; public: TGRpcRequest(TService* server, typename TService::TCurrentGRpcService::AsyncService* service, diff --git a/library/cpp/ya.make b/library/cpp/ya.make index 8c1193b0077..ae478c84564 100644 --- a/library/cpp/ya.make +++ b/library/cpp/ya.make @@ -205,7 +205,7 @@ RECURSE( lfalloc/dbg lfalloc/dbg_info lfalloc/yt - libgit2_wrapper + libgit2_wrapper linear_regression linear_regression/benchmark linear_regression/ut -- cgit v1.3