diff options
author | markov <markov@yandex-team.ru> | 2022-02-10 16:49:38 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:38 +0300 |
commit | c35714eae9ffbb7be89036495af366fa51a8c097 (patch) | |
tree | d5c744b4b3864e5587519941892e66cd0c9d72da /library/cpp/http/server/http.h | |
parent | 71af077a5dfe7e9f932a508422c2dac81a57ebc0 (diff) | |
download | ydb-c35714eae9ffbb7be89036495af366fa51a8c097.tar.gz |
Restoring authorship annotation for <markov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/server/http.h')
-rw-r--r-- | library/cpp/http/server/http.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/http/server/http.h b/library/cpp/http/server/http.h index b292d38f27..1639e3ff59 100644 --- a/library/cpp/http/server/http.h +++ b/library/cpp/http/server/http.h @@ -93,9 +93,9 @@ public: static TAtomicBase AcceptReturnsInvalidSocketCounter(); private: - bool MaxRequestsReached() const; - -private: + bool MaxRequestsReached() const; + +private: THolder<TImpl> Impl_; }; |