aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/fetch/httpheader.cpp
diff options
context:
space:
mode:
authoritelichko <itelichko@yandex-team.ru>2022-02-10 16:49:50 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:50 +0300
commitfd9f6ba99c923c73177f22c99ae5135d3508b4a1 (patch)
treebdfd1fd4d29b10bcc601bcbda1f228bc50d84ca0 /library/cpp/http/fetch/httpheader.cpp
parentfb6895c3749017e4fe6217d7a2dd7d6f2f136403 (diff)
downloadydb-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.cpp2
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;