aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/server/http.h
diff options
context:
space:
mode:
authorkletskov <kletskov@yandex-team.ru>2022-02-10 16:49:40 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:40 +0300
commitac559bd4bb6b11b17dce999cf58c05e08f6087a2 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/server/http.h
parent9a688d644be039e66a24f55c77350c98e3381436 (diff)
downloadydb-ac559bd4bb6b11b17dce999cf58c05e08f6087a2.tar.gz
Restoring authorship annotation for <kletskov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/server/http.h')
-rw-r--r--library/cpp/http/server/http.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/server/http.h b/library/cpp/http/server/http.h
index c66c7e7f4b..b292d38f27 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;