aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/fetch/httpheader.h
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
commite528d6c2977740bbaa65b93214a256e9eb1a953f (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/fetch/httpheader.h
parentfd9f6ba99c923c73177f22c99ae5135d3508b4a1 (diff)
downloadydb-e528d6c2977740bbaa65b93214a256e9eb1a953f.tar.gz
Restoring authorship annotation for <itelichko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/fetch/httpheader.h')
-rw-r--r--library/cpp/http/fetch/httpheader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/fetch/httpheader.h b/library/cpp/http/fetch/httpheader.h
index 70754915cdf..b2810bbd413 100644
--- a/library/cpp/http/fetch/httpheader.h
+++ b/library/cpp/http/fetch/httpheader.h
@@ -150,7 +150,7 @@ public:
http_status = -1;
location.clear();
hreflangs[0] = 0;
- retry_after = DEFAULT_RETRY_AFTER;
+ retry_after = DEFAULT_RETRY_AFTER;
x_robots_state = "xxxxx";
}
@@ -160,7 +160,7 @@ public:
printf("squid_error: %" PRIi8 "\n", squid_error);
printf("accept_ranges: %" PRIi8 "\n", accept_ranges);
printf("location: \"%s\"\n", location.c_str());
- printf("retry_after: %" PRIi64 "\n", retry_after);
+ printf("retry_after: %" PRIi64 "\n", retry_after);
}
};