aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/server/http.h
diff options
context:
space:
mode:
authormarkov <markov@yandex-team.ru>2022-02-10 16:49:38 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:38 +0300
commitc35714eae9ffbb7be89036495af366fa51a8c097 (patch)
treed5c744b4b3864e5587519941892e66cd0c9d72da /library/cpp/http/server/http.h
parent71af077a5dfe7e9f932a508422c2dac81a57ebc0 (diff)
downloadydb-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.h6
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_;
};