aboutsummaryrefslogtreecommitdiffstats
path: root/library/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
commit4e4faf8d95a4916a49f6674f3ff50e13799fbaa6 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp
parente96f1aaedf6a2ae2d159b90cc6990e5a94d005a8 (diff)
downloadydb-4e4faf8d95a4916a49f6674f3ff50e13799fbaa6.tar.gz
Restoring authorship annotation for <suns@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/http/io/stream_ut.cpp2
-rw-r--r--library/cpp/http/server/http.cpp2
-rw-r--r--library/cpp/http/server/http_ut.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/http/io/stream_ut.cpp b/library/cpp/http/io/stream_ut.cpp
index d135991b5f..1ea35df675 100644
--- a/library/cpp/http/io/stream_ut.cpp
+++ b/library/cpp/http/io/stream_ut.cpp
@@ -25,7 +25,7 @@ Y_UNIT_TEST_SUITE(THttpStreamTest) {
bool Reply(void* /*tsr*/) override {
if (!ProcessHeaders()) {
- return true;
+ return true;
}
// Check that function will not hang on
diff --git a/library/cpp/http/server/http.cpp b/library/cpp/http/server/http.cpp
index 2c34c3499a..128583bdd7 100644
--- a/library/cpp/http/server/http.cpp
+++ b/library/cpp/http/server/http.cpp
@@ -251,7 +251,7 @@ public:
bool Reply(void*) override {
if (!ProcessHeaders()) {
- return true;
+ return true;
}
ProcessFailRequest(0);
diff --git a/library/cpp/http/server/http_ut.cpp b/library/cpp/http/server/http_ut.cpp
index 1262262cf8..cc62bb988e 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";