aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http
diff options
context:
space:
mode:
authorfocus <focus@yandex-team.ru>2022-02-10 16:49:45 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:45 +0300
commitaf42068bf6cd93c976b80dd0388fa48cdf65da11 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http
parent8024488211bb4f770b645483eb26d2c1977ee71e (diff)
downloadydb-af42068bf6cd93c976b80dd0388fa48cdf65da11.tar.gz
Restoring authorship annotation for <focus@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http')
-rw-r--r--library/cpp/http/server/http.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/server/http.cpp b/library/cpp/http/server/http.cpp
index e96ea43c1a..128583bdd7 100644
--- a/library/cpp/http/server/http.cpp
+++ b/library/cpp/http/server/http.cpp
@@ -268,8 +268,8 @@ public:
Y_UNUSED(req.Release());
} else {
Cb_->OnFailRequest(-1);
- }
- }
+ }
+ }
}
size_t GetRequestQueueSize() const {