diff options
author | rymis <rymis@yandex-team.ru> | 2022-02-10 16:47:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:12 +0300 |
commit | b8a8add944c72516b464d2803a27f91719524df8 (patch) | |
tree | 339adc63bce23800021202ae4a8328a843dc447a /library/cpp/http/fetch/httpheader.h | |
parent | 1826a818a77e2338fff3db53c9a6b4b2aa9a36d8 (diff) | |
download | ydb-b8a8add944c72516b464d2803a27f91719524df8.tar.gz |
Restoring authorship annotation for <rymis@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/fetch/httpheader.h')
-rw-r--r-- | library/cpp/http/fetch/httpheader.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/http/fetch/httpheader.h b/library/cpp/http/fetch/httpheader.h index 6518c76db40..b2810bbd413 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: |