diff options
author | itelichko <itelichko@yandex-team.ru> | 2022-02-10 16:49:50 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:50 +0300 |
commit | e528d6c2977740bbaa65b93214a256e9eb1a953f (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/fetch/httpheader.cpp | |
parent | fd9f6ba99c923c73177f22c99ae5135d3508b4a1 (diff) | |
download | ydb-e528d6c2977740bbaa65b93214a256e9eb1a953f.tar.gz |
Restoring authorship annotation for <itelichko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/fetch/httpheader.cpp')
-rw-r--r-- | library/cpp/http/fetch/httpheader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/fetch/httpheader.cpp b/library/cpp/http/fetch/httpheader.cpp index 7561795b4a..7d2225b8b7 100644 --- a/library/cpp/http/fetch/httpheader.cpp +++ b/library/cpp/http/fetch/httpheader.cpp @@ -1,6 +1,6 @@ #include "httpheader.h" -const i64 DEFAULT_RETRY_AFTER = -1; +const i64 DEFAULT_RETRY_AFTER = -1; const i64 DEFAULT_IF_MODIFIED_SINCE = -1; const i32 DEFAULT_MAX_AGE = -1; const i8 DEFAULT_REQUEST_PRIORITY = -1; |