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 | fd9f6ba99c923c73177f22c99ae5135d3508b4a1 (patch) | |
tree | bdfd1fd4d29b10bcc601bcbda1f228bc50d84ca0 /library/cpp/http/fetch/httpheader.cpp | |
parent | fb6895c3749017e4fe6217d7a2dd7d6f2f136403 (diff) | |
download | ydb-fd9f6ba99c923c73177f22c99ae5135d3508b4a1.tar.gz |
Restoring authorship annotation for <itelichko@yandex-team.ru>. Commit 1 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 7d2225b8b7..7561795b4a 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; |