aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/server/http_ut.cpp
diff options
context:
space:
mode:
authorsuns <suns@yandex-team.ru>2022-02-10 16:49:38 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:38 +0300
commite96f1aaedf6a2ae2d159b90cc6990e5a94d005a8 (patch)
tree1e031f58b2ae517a3c5436f107de2b2e401350ca /library/cpp/http/server/http_ut.cpp
parent22a7d4be7e5b779e4deee4dfe36234a1eae13fbd (diff)
downloadydb-e96f1aaedf6a2ae2d159b90cc6990e5a94d005a8.tar.gz
Restoring authorship annotation for <suns@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/server/http_ut.cpp')
-rw-r--r--library/cpp/http/server/http_ut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/server/http_ut.cpp b/library/cpp/http/server/http_ut.cpp
index cc62bb988e..1262262cf8 100644
--- a/library/cpp/http/server/http_ut.cpp
+++ b/library/cpp/http/server/http_ut.cpp
@@ -21,7 +21,7 @@ Y_UNIT_TEST_SUITE(THttpServerTest) {
bool Reply(void* /*tsr*/) override {
if (!ProcessHeaders()) {
- return true;
+ return true;
}
Output() << "HTTP/1.1 200 Ok\r\n\r\n";