diff options
author | v01d <v01d@yandex-team.ru> | 2022-02-10 16:49:40 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:40 +0300 |
commit | 5c6482e8c13dfaad60e604f0474606a0ec153b1d (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/server/http.h | |
parent | fa8b0420162dd36d4f569fdc3f63da0bef8bb8c7 (diff) | |
download | ydb-5c6482e8c13dfaad60e604f0474606a0ec153b1d.tar.gz |
Restoring authorship annotation for <v01d@yandex-team.ru>. Commit 2 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 3ada28155e..b292d38f27 100644 --- a/library/cpp/http/server/http.h +++ b/library/cpp/http/server/http.h @@ -87,9 +87,9 @@ public: size_t GetRequestQueueSize() const; size_t GetFailQueueSize() const; - const IThreadPool& GetRequestQueue() const; - const IThreadPool& GetFailQueue() const; - + const IThreadPool& GetRequestQueue() const; + const IThreadPool& GetFailQueue() const; + static TAtomicBase AcceptReturnsInvalidSocketCounter(); private: |