diff options
author | kletskov <kletskov@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 | 9a688d644be039e66a24f55c77350c98e3381436 (patch) | |
tree | 8d00261984277e19639f75d4a5a886ca76b8702c /library/cpp/http/server/http.h | |
parent | 9dac44a55ede6f682527e82880847f99bd7b2d93 (diff) | |
download | ydb-9a688d644be039e66a24f55c77350c98e3381436.tar.gz |
Restoring authorship annotation for <kletskov@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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/server/http.h b/library/cpp/http/server/http.h index b292d38f27..c66c7e7f4b 100644 --- a/library/cpp/http/server/http.h +++ b/library/cpp/http/server/http.h @@ -84,8 +84,8 @@ public: i64 GetClientCount() const; class TImpl; - size_t GetRequestQueueSize() const; - size_t GetFailQueueSize() const; + size_t GetRequestQueueSize() const; + size_t GetFailQueueSize() const; const IThreadPool& GetRequestQueue() const; const IThreadPool& GetFailQueue() const; |