From 4e4faf8d95a4916a49f6674f3ff50e13799fbaa6 Mon Sep 17 00:00:00 2001 From: suns Date: Thu, 10 Feb 2022 16:49:38 +0300 Subject: Restoring authorship annotation for . Commit 2 of 2. --- library/cpp/http/io/stream_ut.cpp | 2 +- library/cpp/http/server/http.cpp | 2 +- library/cpp/http/server/http_ut.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'library/cpp') diff --git a/library/cpp/http/io/stream_ut.cpp b/library/cpp/http/io/stream_ut.cpp index d135991b5f7..1ea35df675a 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 2c34c3499aa..128583bdd70 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 1262262cf83..cc62bb988e7 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"; -- cgit v1.3