aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/fetch/httpheader.h
diff options
context:
space:
mode:
authorrymis <rymis@yandex-team.ru>2022-02-10 16:47:11 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:11 +0300
commit1826a818a77e2338fff3db53c9a6b4b2aa9a36d8 (patch)
treea9d1631b4ffe2829ee72bef9576e4af995ce1940 /library/cpp/http/fetch/httpheader.h
parentfae1e59942706ad54fcd449ac8be5784fd28007c (diff)
downloadydb-1826a818a77e2338fff3db53c9a6b4b2aa9a36d8.tar.gz
Restoring authorship annotation for <rymis@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/fetch/httpheader.h')
-rw-r--r--library/cpp/http/fetch/httpheader.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/http/fetch/httpheader.h b/library/cpp/http/fetch/httpheader.h
index b2810bbd41..6518c76db4 100644
--- a/library/cpp/http/fetch/httpheader.h
+++ b/library/cpp/http/fetch/httpheader.h
@@ -16,9 +16,9 @@
#include <cstring>
#include <algorithm>
-// This is ugly solution but here a lot of work to do it the right way.
-#define FETCHER_URL_MAX 8192
-
+// This is ugly solution but here a lot of work to do it the right way.
+#define FETCHER_URL_MAX 8192
+
extern const i64 DEFAULT_RETRY_AFTER; /// == -1
extern const i64 DEFAULT_IF_MODIFIED_SINCE; /// == -1
extern const i32 DEFAULT_MAX_AGE; /// == -1
@@ -126,7 +126,7 @@ public:
}
};
-enum { HREFLANG_MAX = FETCHER_URL_MAX * 2 };
+enum { HREFLANG_MAX = FETCHER_URL_MAX * 2 };
/// Class represents Http Response Header.
struct THttpHeader: public THttpBaseHeader {
public: