aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/rain_check/http/client.cpp
diff options
context:
space:
mode:
authorvartyukh <vartyukh@yandex-team.ru>2022-02-10 16:50:16 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:16 +0300
commit18f9abdade80b500b7ea1ef2d286e2465a1c8466 (patch)
treed2bebd1789fee0b44b94e11ee90b1634b9fcdfbe /library/cpp/messagebus/rain_check/http/client.cpp
parentc0fb261e6889e12b418ebcdfdb3c990a4b39fd75 (diff)
downloadydb-18f9abdade80b500b7ea1ef2d286e2465a1c8466.tar.gz
Restoring authorship annotation for <vartyukh@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus/rain_check/http/client.cpp')
-rw-r--r--library/cpp/messagebus/rain_check/http/client.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/messagebus/rain_check/http/client.cpp b/library/cpp/messagebus/rain_check/http/client.cpp
index 5ef5ceeece..eec4b619af 100644
--- a/library/cpp/messagebus/rain_check/http/client.cpp
+++ b/library/cpp/messagebus/rain_check/http/client.cpp
@@ -1,7 +1,7 @@
#include "client.h"
-#include "http_code_extractor.h"
-
+#include "http_code_extractor.h"
+
#include <library/cpp/http/io/stream.h>
#include <library/cpp/neh/factory.h>
#include <library/cpp/neh/http_common.h>
@@ -9,7 +9,7 @@
#include <library/cpp/neh/neh.h>
#include <util/generic/ptr.h>
-#include <util/generic/strbuf.h>
+#include <util/generic/strbuf.h>
#include <util/network/socket.h>
#include <util/stream/str.h>
@@ -129,7 +129,7 @@ namespace NRainCheck {
return Response->Data;
}
-
+
void THttpFuture::SetDoneAndSchedule(TAutoPtr<NNeh::TResponse> response) {
if (!response->IsError()) {
ErrorCode = THttpFuture::NoError;