aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http
diff options
context:
space:
mode:
authordzats <dzats@yandex-team.ru>2022-02-10 16:49:37 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:37 +0300
commit25972584abddd173801b48d92f8719e83af797b1 (patch)
tree514041b54afc1ce5d33b6f1c4de17f7fa4765aa7 /library/cpp/http
parentc74cff1222c5ff97080e38da5019b2520991a526 (diff)
downloadydb-25972584abddd173801b48d92f8719e83af797b1.tar.gz
Restoring authorship annotation for <dzats@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http')
-rw-r--r--library/cpp/http/misc/httpreqdata.h2
-rw-r--r--library/cpp/http/server/ya.make6
2 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/http/misc/httpreqdata.h b/library/cpp/http/misc/httpreqdata.h
index 16e59c4d78..b148ae99e1 100644
--- a/library/cpp/http/misc/httpreqdata.h
+++ b/library/cpp/http/misc/httpreqdata.h
@@ -83,7 +83,7 @@ public:
void SetPath(const TString& path);
const char* GetCurPage() const;
- bool Parse(const char* req);
+ bool Parse(const char* req);
void AddHeader(const TString& name, const TString& value);
private:
diff --git a/library/cpp/http/server/ya.make b/library/cpp/http/server/ya.make
index bae6f33306..097d26d547 100644
--- a/library/cpp/http/server/ya.make
+++ b/library/cpp/http/server/ya.make
@@ -16,12 +16,12 @@ SRCS(
response.cpp
)
-PEERDIR(
+PEERDIR(
library/cpp/http/misc
library/cpp/http/io
library/cpp/threading/equeue
-)
-
+)
+
END()
RECURSE_FOR_TESTS(ut)