aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/server/http_ut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/http/server/http_ut.cpp')
-rw-r--r--library/cpp/http/server/http_ut.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/http/server/http_ut.cpp b/library/cpp/http/server/http_ut.cpp
index a96f4ab68b..cc62bb988e 100644
--- a/library/cpp/http/server/http_ut.cpp
+++ b/library/cpp/http/server/http_ut.cpp
@@ -329,7 +329,7 @@ Y_UNIT_TEST_SUITE(THttpServerTest) {
TEchoServer serverImpl(res);
THttpServer server(&serverImpl, THttpServer::TOptions(port).EnableKeepAlive(true).EnableCompression(true));
- for (int i = 0; i < 2; ++i) {
+ for (int i = 0; i < 2; ++i) {
UNIT_ASSERT(server.Start());
TTestRequest r(port);
@@ -362,9 +362,9 @@ Y_UNIT_TEST_SUITE(THttpServerTest) {
}
}
}
- }
-
- server.Stop();
+ }
+
+ server.Stop();
}
}